home *** CD-ROM | disk | FTP | other *** search
/ HighPerFORM 1997 / HighPerFORM 97.iso / HPF97 / data1.cab / Program_Support_Files / Pangaea.mdb / SComp4to6.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-10-13  |  109.5 KB

  1. {
  2.     "schema": {
  3.         "KeyWord": "Text (25)",
  4.         "FieldIndex": "Long Integer",
  5.         "TypeOfField": "Byte",
  6.         "CheckBox": "Boolean NOT NULL",
  7.         "Page": "Long Integer",
  8.         "Justify": "Long Integer",
  9.         "EditLeft": "Long Integer",
  10.         "EditTop": "Long Integer",
  11.         "EditWidth": "Long Integer",
  12.         "EditHeight": "Long Integer",
  13.         "NumberOfLines": "Long Integer",
  14.         "DefaultFont": "Text (50)",
  15.         "DefPrecision": "Integer",
  16.         "AutoCalc": "Boolean NOT NULL",
  17.         "Formula": "Memo/Hyperlink (255)",
  18.         "Dependencies": "Text (100)",
  19.         "Updates": "Text (100)"
  20.     },
  21.     "data": [
  22.         {
  23.             "KeyWord": "GSUAddress1",
  24.             "FieldIndex": 3,
  25.             "TypeOfField": 0,
  26.             "CheckBox": 0,
  27.             "Page": 1,
  28.             "Justify": 0,
  29.             "EditLeft": 48,
  30.             "EditTop": 48,
  31.             "EditWidth": 131,
  32.             "EditHeight": 13,
  33.             "NumberOfLines": 1,
  34.             "DefaultFont": "Tahoma,8,0,0",
  35.             "DefPrecision": -1,
  36.             "AutoCalc": 0,
  37.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUAddress1\");\r\nend;\r\n"
  38.         },
  39.         {
  40.             "KeyWord": "GSUAddress2",
  41.             "FieldIndex": 4,
  42.             "TypeOfField": 0,
  43.             "CheckBox": 0,
  44.             "Page": 1,
  45.             "Justify": 0,
  46.             "EditLeft": 48,
  47.             "EditTop": 63,
  48.             "EditWidth": 131,
  49.             "EditHeight": 13,
  50.             "NumberOfLines": 1,
  51.             "DefaultFont": "Tahoma,8,0,0",
  52.             "DefPrecision": -1,
  53.             "AutoCalc": 0,
  54.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUAddress2\");\r\nend;\r\n"
  55.         },
  56.         {
  57.             "KeyWord": "GSUSalePrice",
  58.             "FieldIndex": 5,
  59.             "TypeOfField": 0,
  60.             "CheckBox": 0,
  61.             "Page": 1,
  62.             "Justify": 0,
  63.             "EditLeft": 107,
  64.             "EditTop": 95,
  65.             "EditWidth": 72,
  66.             "EditHeight": 13,
  67.             "NumberOfLines": 1,
  68.             "DefaultFont": "Tahoma,8,0,0",
  69.             "DefPrecision": 0,
  70.             "AutoCalc": 0,
  71.             "Formula": "routine main() returns nothing,\r\naffects \"SComp4to6.GSUPriceGLA\" is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUSalePrice\");\r\nend;\r\n",
  72.             "Dependencies": "6"
  73.         },
  74.         {
  75.             "KeyWord": "GSUPriceGLA",
  76.             "FieldIndex": 6,
  77.             "TypeOfField": 0,
  78.             "CheckBox": 0,
  79.             "Page": 1,
  80.             "Justify": 0,
  81.             "EditLeft": 107,
  82.             "EditTop": 111,
  83.             "EditWidth": 60,
  84.             "EditHeight": 13,
  85.             "NumberOfLines": 1,
  86.             "DefaultFont": "Tahoma,8,0,0",
  87.             "DefPrecision": 2,
  88.             "AutoCalc": 0,
  89.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tstring price;\r\n\tfloat gla;\r\n\r\n\tif !Changed(\"SComp4to6.GSUPriceGLA\") then\r\n\tbegin\r\n\t\tSComp4to6.GSUPriceGLA = \"\";\r\n\t\tprice = SComp4to6.GSUSalePrice;\r\n\t\tgla = atof(SComp4to6.GSUGLASqFt);\r\n\r\n\t\tif gla != 0 and IsNumber(price) then\r\n\t\tbegin\r\n\t\t\tgla = atof(price)/gla;\r\n\t\t\tSComp4to6.GSUPriceGLA = ToString(gla, 5);\r\n\t\tend;\r\n\tend;\r\n\r\n\tCopyField(\"SComp4to6.GSUPriceGLA\");\r\nend;\r\n",
  90.             "Updates": "6"
  91.         },
  92.         {
  93.             "KeyWord": "GSUDataSource1",
  94.             "FieldIndex": 7,
  95.             "TypeOfField": 0,
  96.             "CheckBox": 0,
  97.             "Page": 1,
  98.             "Justify": 0,
  99.             "EditLeft": 100,
  100.             "EditTop": 126,
  101.             "EditWidth": 79,
  102.             "EditHeight": 13,
  103.             "NumberOfLines": 1,
  104.             "DefaultFont": "Tahoma,8,0,0",
  105.             "DefPrecision": -1,
  106.             "AutoCalc": 0,
  107.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUDataSource1\");\r\nend;\r\n"
  108.         },
  109.         {
  110.             "KeyWord": "GSUDataSource2",
  111.             "FieldIndex": 8,
  112.             "TypeOfField": 0,
  113.             "CheckBox": 0,
  114.             "Page": 1,
  115.             "Justify": 0,
  116.             "EditLeft": 100,
  117.             "EditTop": 142,
  118.             "EditWidth": 79,
  119.             "EditHeight": 13,
  120.             "NumberOfLines": 1,
  121.             "DefaultFont": "Tahoma,8,0,0",
  122.             "DefPrecision": -1,
  123.             "AutoCalc": 0,
  124.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUDataSource2\");\r\nend;\r\n"
  125.         },
  126.         {
  127.             "KeyWord": "GSUPriorSale_1",
  128.             "FieldIndex": 242,
  129.             "TypeOfField": 0,
  130.             "CheckBox": 0,
  131.             "Page": 1,
  132.             "Justify": 0,
  133.             "EditLeft": 100,
  134.             "EditTop": 1012,
  135.             "EditWidth": 79,
  136.             "EditHeight": 13,
  137.             "NumberOfLines": 1,
  138.             "DefaultFont": "Tahoma,8,0,0",
  139.             "DefPrecision": -1,
  140.             "AutoCalc": 0,
  141.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUPriorSale_1\");\r\nend;\r\n"
  142.         },
  143.         {
  144.             "KeyWord": "GSUPriorSale_2",
  145.             "FieldIndex": 243,
  146.             "TypeOfField": 0,
  147.             "CheckBox": 0,
  148.             "Page": 1,
  149.             "Justify": 0,
  150.             "EditLeft": 100,
  151.             "EditTop": 1027,
  152.             "EditWidth": 79,
  153.             "EditHeight": 13,
  154.             "NumberOfLines": 1,
  155.             "DefaultFont": "Tahoma,8,0,0",
  156.             "DefPrecision": 0,
  157.             "AutoCalc": 0,
  158.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUPriorSale_2\");\r\nend;\r\n"
  159.         },
  160.         {
  161.             "KeyWord": "GSUPriorSale_3",
  162.             "FieldIndex": 244,
  163.             "TypeOfField": 0,
  164.             "CheckBox": 0,
  165.             "Page": 1,
  166.             "Justify": 0,
  167.             "EditLeft": 100,
  168.             "EditTop": 1042,
  169.             "EditWidth": 79,
  170.             "EditHeight": 13,
  171.             "NumberOfLines": 1,
  172.             "DefaultFont": "Tahoma,8,0,0",
  173.             "DefPrecision": -1,
  174.             "AutoCalc": 0,
  175.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUPriorSale_3\");\r\nend;\r\n"
  176.         },
  177.         {
  178.             "KeyWord": "GC1Address1",
  179.             "FieldIndex": 32,
  180.             "TypeOfField": 0,
  181.             "CheckBox": 0,
  182.             "Page": 1,
  183.             "Justify": 0,
  184.             "EditLeft": 183,
  185.             "EditTop": 49,
  186.             "EditWidth": 142,
  187.             "EditHeight": 13,
  188.             "NumberOfLines": 1,
  189.             "DefaultFont": "Tahoma,8,0,0",
  190.             "DefPrecision": -1,
  191.             "AutoCalc": 0
  192.         },
  193.         {
  194.             "KeyWord": "GC1Address2",
  195.             "FieldIndex": 33,
  196.             "TypeOfField": 0,
  197.             "CheckBox": 0,
  198.             "Page": 1,
  199.             "Justify": 0,
  200.             "EditLeft": 183,
  201.             "EditTop": 64,
  202.             "EditWidth": 142,
  203.             "EditHeight": 13,
  204.             "NumberOfLines": 1,
  205.             "DefaultFont": "Tahoma,8,0,0",
  206.             "DefPrecision": -1,
  207.             "AutoCalc": 0
  208.         },
  209.         {
  210.             "KeyWord": "GC1Proximity",
  211.             "FieldIndex": 34,
  212.             "TypeOfField": 0,
  213.             "CheckBox": 0,
  214.             "Page": 1,
  215.             "Justify": 0,
  216.             "EditLeft": 183,
  217.             "EditTop": 80,
  218.             "EditWidth": 142,
  219.             "EditHeight": 13,
  220.             "NumberOfLines": 1,
  221.             "DefaultFont": "Tahoma,8,0,0",
  222.             "DefPrecision": -1,
  223.             "AutoCalc": 0
  224.         },
  225.         {
  226.             "KeyWord": "GC1SalePrice",
  227.             "FieldIndex": 35,
  228.             "TypeOfField": 0,
  229.             "CheckBox": 0,
  230.             "Page": 1,
  231.             "Justify": 0,
  232.             "EditLeft": 257,
  233.             "EditTop": 95,
  234.             "EditWidth": 68,
  235.             "EditHeight": 13,
  236.             "NumberOfLines": 1,
  237.             "DefaultFont": "Tahoma,8,0,0",
  238.             "DefPrecision": 0,
  239.             "AutoCalc": 0,
  240.             "Dependencies": "-36,-66,-67,-91"
  241.         },
  242.         {
  243.             "KeyWord": "GC1PriceGLA",
  244.             "FieldIndex": 36,
  245.             "TypeOfField": 0,
  246.             "CheckBox": 0,
  247.             "Page": 1,
  248.             "Justify": 0,
  249.             "EditLeft": 191,
  250.             "EditTop": 111,
  251.             "EditWidth": 56,
  252.             "EditHeight": 13,
  253.             "NumberOfLines": 1,
  254.             "DefaultFont": "Tahoma,8,0,0",
  255.             "DefPrecision": 2,
  256.             "AutoCalc": 0,
  257.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat s;\r\n\ts = atof(SComp4to6.GC1GLASqFt);\r\n\tif s != 0 then\r\n\t\tSComp4to6.GC1PriceGLA = ToString(atof(SComp4to6.GC1SalePrice)/s,5);\r\n\telse\r\n\t\tSComp4to6.GC1PriceGLA = \"\";\r\nend;\r\n",
  258.             "Updates": "36"
  259.         },
  260.         {
  261.             "KeyWord": "GC1DataSource1",
  262.             "FieldIndex": 37,
  263.             "TypeOfField": 0,
  264.             "CheckBox": 0,
  265.             "Page": 1,
  266.             "Justify": 0,
  267.             "EditLeft": 183,
  268.             "EditTop": 126,
  269.             "EditWidth": 142,
  270.             "EditHeight": 13,
  271.             "NumberOfLines": 1,
  272.             "DefaultFont": "Tahoma,8,0,0",
  273.             "DefPrecision": -1,
  274.             "AutoCalc": 0
  275.         },
  276.         {
  277.             "KeyWord": "GC1DataSource2",
  278.             "FieldIndex": 38,
  279.             "TypeOfField": 0,
  280.             "CheckBox": 0,
  281.             "Page": 1,
  282.             "Justify": 0,
  283.             "EditLeft": 183,
  284.             "EditTop": 142,
  285.             "EditWidth": 142,
  286.             "EditHeight": 13,
  287.             "NumberOfLines": 1,
  288.             "DefaultFont": "Tahoma,8,0,0",
  289.             "DefPrecision": -1,
  290.             "AutoCalc": 0
  291.         },
  292.         {
  293.             "KeyWord": "GC1PriorSale_1",
  294.             "FieldIndex": 245,
  295.             "TypeOfField": 0,
  296.             "CheckBox": 0,
  297.             "Page": 1,
  298.             "Justify": 0,
  299.             "EditLeft": 183,
  300.             "EditTop": 1012,
  301.             "EditWidth": 142,
  302.             "EditHeight": 13,
  303.             "NumberOfLines": 1,
  304.             "DefaultFont": "Tahoma,8,0,0",
  305.             "DefPrecision": -1,
  306.             "AutoCalc": 0
  307.         },
  308.         {
  309.             "KeyWord": "GC1PriorSale_2",
  310.             "FieldIndex": 246,
  311.             "TypeOfField": 0,
  312.             "CheckBox": 0,
  313.             "Page": 1,
  314.             "Justify": 0,
  315.             "EditLeft": 183,
  316.             "EditTop": 1027,
  317.             "EditWidth": 142,
  318.             "EditHeight": 13,
  319.             "NumberOfLines": 1,
  320.             "DefaultFont": "Tahoma,8,0,0",
  321.             "DefPrecision": 0,
  322.             "AutoCalc": 0
  323.         },
  324.         {
  325.             "KeyWord": "GC1PriorSale_3",
  326.             "FieldIndex": 247,
  327.             "TypeOfField": 0,
  328.             "CheckBox": 0,
  329.             "Page": 1,
  330.             "Justify": 0,
  331.             "EditLeft": 183,
  332.             "EditTop": 1042,
  333.             "EditWidth": 142,
  334.             "EditHeight": 13,
  335.             "NumberOfLines": 1,
  336.             "DefaultFont": "Tahoma,8,0,0",
  337.             "DefPrecision": -1,
  338.             "AutoCalc": 0
  339.         },
  340.         {
  341.             "KeyWord": "GC1AdjPrice1_Text",
  342.             "FieldIndex": 66,
  343.             "TypeOfField": 0,
  344.             "CheckBox": 0,
  345.             "Page": 1,
  346.             "Justify": 1,
  347.             "EditLeft": 182,
  348.             "EditTop": 557,
  349.             "EditWidth": 63,
  350.             "EditHeight": 13,
  351.             "NumberOfLines": 1,
  352.             "DefaultFont": "Tahoma,8,0,0",
  353.             "DefPrecision": -1,
  354.             "AutoCalc": 0,
  355.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring gross;\r\n\tadj = atof(SComp4to6.GC1SalesFin2Adj) + atof(SComp4to6.GC1DateOfSaleAdj) +\r\n\t\tatof(SComp4to6.GC1LocationAdj);\r\n\tprice = atof(SComp4to6.GC1SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=abs(atoi(SComp4to6.GC1SalesFin1Adj))  + abs(atof(SComp4to6.GC1SalesFin2Adj)) + \r\n\t\t\tabs(atof(SComp4to6.GC1DateOfSaleAdj)) + abs(atof(SComp4to6.GC1LocationAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1LeaseholdAdj)) + abs(atof(SComp4to6.GC1SiteAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1ViewAdj))\t+ abs(atof(SComp4to6.GC1DesignAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1QualConstrAdj)) + abs(atof(SComp4to6.GC1AgeAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1ConditionAdj)) + abs(atof(SComp4to6.GC1RoomsAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1GLASqFtAdj)) + abs(atof(SComp4to6.GC1BsmRooms1Adj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1BsmRooms2Adj)) + abs(atof(SComp4to6.GC1FuncUtilAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1HeatCoolAdj)) + abs(atof(SComp4to6.GC1EnergyEffAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1GarCptAdj)) + abs(atof(SComp4to6.GC1PorchEtc1Adj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1PorchEtc2Adj)) + abs(atof(SComp4to6.GC1FenceEtcAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC1ExtraItemAdj));\r\n\r\n\t\tgross = \"        \"+ToString(Fraction(2, adj/price * 100),2)+\"%\";\r\n\t\tSComp4to6.GC1AdjPrice1_Text = \"G:\"+StrRight(gross,7);\r\n\tend;\r\n\telse\r\n\t\tSComp4to6.GC1AdjPrice1_Text = \"\";\r\nend;\r\n",
  356.             "Updates": "66"
  357.         },
  358.         {
  359.             "KeyWord": "GC1AdjPrice2_Text",
  360.             "FieldIndex": 67,
  361.             "TypeOfField": 0,
  362.             "CheckBox": 0,
  363.             "Page": 1,
  364.             "Justify": 1,
  365.             "EditLeft": 182,
  366.             "EditTop": 572,
  367.             "EditWidth": 63,
  368.             "EditHeight": 13,
  369.             "NumberOfLines": 1,
  370.             "DefaultFont": "Tahoma,8,0,0",
  371.             "DefPrecision": -1,
  372.             "AutoCalc": 0,
  373.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring net;\r\n\tprice = atof(SComp4to6.GC1SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=atof(SComp4to6.GC1SalesFin1Adj) + atof(SComp4to6.GC1SalesFin2Adj) + \r\n\t\t\tatof(SComp4to6.GC1DateOfSaleAdj) + atof(SComp4to6.GC1LocationAdj) +\r\n\t\t\tatof(SComp4to6.GC1LeaseholdAdj) + atof(SComp4to6.GC1SiteAdj) +\r\n\t\t\tatof(SComp4to6.GC1ViewAdj) + atof(SComp4to6.GC1DesignAdj) +\r\n\t\t\tatof(SComp4to6.GC1QualConstrAdj) + atof(SComp4to6.GC1AgeAdj) +\r\n\t\t\tatof(SComp4to6.GC1ConditionAdj) + atof(SComp4to6.GC1RoomsAdj) +\r\n\t\t\tatof(SComp4to6.GC1GLASqFtAdj) + atof(SComp4to6.GC1BsmRooms1Adj) +\r\n\t\t\tatof(SComp4to6.GC1BsmRooms2Adj) + atof(SComp4to6.GC1FuncUtilAdj) +\r\n\t\t\tatof(SComp4to6.GC1HeatCoolAdj) + atof(SComp4to6.GC1EnergyEffAdj) +\r\n\t\t\tatof(SComp4to6.GC1GarCptAdj) + atof(SComp4to6.GC1PorchEtc1Adj) +\r\n\t\t\tatof(SComp4to6.GC1PorchEtc2Adj) + atof(SComp4to6.GC1FenceEtcAdj) +\r\n\t\t\tatof(SComp4to6.GC1ExtraItemAdj);\r\n\r\n\t\tnet = \"       \"+ToString(Fraction(2, Abs(adj)/price * 100),2)+\"%\";\r\n\t\tSComp4to6.GC1AdjPrice2_Text = \"N:\"+StrRight(net,7);\r\n\tend;\r\n\telse\r\n\t\tSComp4to6.GC1AdjPrice2_Text = \"\";\r\nend;\r\n",
  374.             "Updates": "67"
  375.         },
  376.         {
  377.             "KeyWord": "GC2Address1",
  378.             "FieldIndex": 93,
  379.             "TypeOfField": 0,
  380.             "CheckBox": 0,
  381.             "Page": 1,
  382.             "Justify": 0,
  383.             "EditLeft": 329,
  384.             "EditTop": 49,
  385.             "EditWidth": 141,
  386.             "EditHeight": 13,
  387.             "NumberOfLines": 1,
  388.             "DefaultFont": "Tahoma,8,0,0",
  389.             "DefPrecision": -1,
  390.             "AutoCalc": 0
  391.         },
  392.         {
  393.             "KeyWord": "GC2Address2",
  394.             "FieldIndex": 94,
  395.             "TypeOfField": 0,
  396.             "CheckBox": 0,
  397.             "Page": 1,
  398.             "Justify": 0,
  399.             "EditLeft": 329,
  400.             "EditTop": 64,
  401.             "EditWidth": 141,
  402.             "EditHeight": 13,
  403.             "NumberOfLines": 1,
  404.             "DefaultFont": "Tahoma,8,0,0",
  405.             "DefPrecision": -1,
  406.             "AutoCalc": 0
  407.         },
  408.         {
  409.             "KeyWord": "GC2Proximity",
  410.             "FieldIndex": 95,
  411.             "TypeOfField": 0,
  412.             "CheckBox": 0,
  413.             "Page": 1,
  414.             "Justify": 0,
  415.             "EditLeft": 329,
  416.             "EditTop": 80,
  417.             "EditWidth": 141,
  418.             "EditHeight": 13,
  419.             "NumberOfLines": 1,
  420.             "DefaultFont": "Tahoma,8,0,0",
  421.             "DefPrecision": -1,
  422.             "AutoCalc": 0
  423.         },
  424.         {
  425.             "KeyWord": "GC2SalePrice",
  426.             "FieldIndex": 96,
  427.             "TypeOfField": 0,
  428.             "CheckBox": 0,
  429.             "Page": 1,
  430.             "Justify": 0,
  431.             "EditLeft": 403,
  432.             "EditTop": 95,
  433.             "EditWidth": 67,
  434.             "EditHeight": 13,
  435.             "NumberOfLines": 1,
  436.             "DefaultFont": "Tahoma,8,0,0",
  437.             "DefPrecision": 0,
  438.             "AutoCalc": 0,
  439.             "Dependencies": "-97,-127,-128,-152"
  440.         },
  441.         {
  442.             "KeyWord": "GC2PriceGLA",
  443.             "FieldIndex": 97,
  444.             "TypeOfField": 0,
  445.             "CheckBox": 0,
  446.             "Page": 1,
  447.             "Justify": 0,
  448.             "EditLeft": 336,
  449.             "EditTop": 111,
  450.             "EditWidth": 56,
  451.             "EditHeight": 13,
  452.             "NumberOfLines": 1,
  453.             "DefaultFont": "Tahoma,8,0,0",
  454.             "DefPrecision": 2,
  455.             "AutoCalc": 0,
  456.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat s;\r\n\ts = atof(SComp4to6.GC2GLASqFt);\r\n\tif s != 0 then\r\n\t\tSComp4to6.GC2PriceGLA = ToString(atof(SComp4to6.GC2SalePrice)/s,5);\r\n\telse\r\n\t\tSComp4to6.GC2PriceGLA = \"\";\r\nend;\r\n",
  457.             "Updates": "97"
  458.         },
  459.         {
  460.             "KeyWord": "GC2DataSource1",
  461.             "FieldIndex": 98,
  462.             "TypeOfField": 0,
  463.             "CheckBox": 0,
  464.             "Page": 1,
  465.             "Justify": 0,
  466.             "EditLeft": 329,
  467.             "EditTop": 126,
  468.             "EditWidth": 141,
  469.             "EditHeight": 13,
  470.             "NumberOfLines": 1,
  471.             "DefaultFont": "Tahoma,8,0,0",
  472.             "DefPrecision": -1,
  473.             "AutoCalc": 0
  474.         },
  475.         {
  476.             "KeyWord": "GC2DataSource2",
  477.             "FieldIndex": 99,
  478.             "TypeOfField": 0,
  479.             "CheckBox": 0,
  480.             "Page": 1,
  481.             "Justify": 0,
  482.             "EditLeft": 329,
  483.             "EditTop": 142,
  484.             "EditWidth": 141,
  485.             "EditHeight": 13,
  486.             "NumberOfLines": 1,
  487.             "DefaultFont": "Tahoma,8,0,0",
  488.             "DefPrecision": -1,
  489.             "AutoCalc": 0
  490.         },
  491.         {
  492.             "KeyWord": "GC2PriorSale_1",
  493.             "FieldIndex": 248,
  494.             "TypeOfField": 0,
  495.             "CheckBox": 0,
  496.             "Page": 1,
  497.             "Justify": 0,
  498.             "EditLeft": 329,
  499.             "EditTop": 1012,
  500.             "EditWidth": 141,
  501.             "EditHeight": 13,
  502.             "NumberOfLines": 1,
  503.             "DefaultFont": "Tahoma,8,0,0",
  504.             "DefPrecision": -1,
  505.             "AutoCalc": 0
  506.         },
  507.         {
  508.             "KeyWord": "GC2PriorSale_2",
  509.             "FieldIndex": 249,
  510.             "TypeOfField": 0,
  511.             "CheckBox": 0,
  512.             "Page": 1,
  513.             "Justify": 0,
  514.             "EditLeft": 329,
  515.             "EditTop": 1027,
  516.             "EditWidth": 141,
  517.             "EditHeight": 13,
  518.             "NumberOfLines": 1,
  519.             "DefaultFont": "Tahoma,8,0,0",
  520.             "DefPrecision": 0,
  521.             "AutoCalc": 0
  522.         },
  523.         {
  524.             "KeyWord": "GC2PriorSale_3",
  525.             "FieldIndex": 250,
  526.             "TypeOfField": 0,
  527.             "CheckBox": 0,
  528.             "Page": 1,
  529.             "Justify": 0,
  530.             "EditLeft": 329,
  531.             "EditTop": 1042,
  532.             "EditWidth": 141,
  533.             "EditHeight": 13,
  534.             "NumberOfLines": 1,
  535.             "DefaultFont": "Tahoma,8,0,0",
  536.             "DefPrecision": -1,
  537.             "AutoCalc": 0
  538.         },
  539.         {
  540.             "KeyWord": "GC2AdjPrice1_Text",
  541.             "FieldIndex": 127,
  542.             "TypeOfField": 0,
  543.             "CheckBox": 0,
  544.             "Page": 1,
  545.             "Justify": 1,
  546.             "EditLeft": 329,
  547.             "EditTop": 557,
  548.             "EditWidth": 62,
  549.             "EditHeight": 13,
  550.             "NumberOfLines": 1,
  551.             "DefaultFont": "Tahoma,8,0,0",
  552.             "DefPrecision": -1,
  553.             "AutoCalc": 0,
  554.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring gross;\r\n\tadj = atof(SComp4to6.GC2SalesFin2Adj) + atof(SComp4to6.GC2DateOfSaleAdj) +\r\n\t\tatof(SComp4to6.GC2LocationAdj);\r\n\tprice = atof(SComp4to6.GC2SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=abs(atoi(SComp4to6.GC2SalesFin1Adj))  + abs(atof(SComp4to6.GC2SalesFin2Adj)) + \r\n\t\t\tabs(atof(SComp4to6.GC2DateOfSaleAdj)) + abs(atof(SComp4to6.GC2LocationAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2LeaseholdAdj)) + abs(atof(SComp4to6.GC2SiteAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2ViewAdj))\t+ abs(atof(SComp4to6.GC2DesignAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2QualConstrAdj)) + abs(atof(SComp4to6.GC2AgeAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2ConditionAdj)) + abs(atof(SComp4to6.GC2RoomsAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2GLASqFtAdj)) + abs(atof(SComp4to6.GC2BsmRooms1Adj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2BsmRooms2Adj)) + abs(atof(SComp4to6.GC2FuncUtilAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2HeatCoolAdj)) + abs(atof(SComp4to6.GC2EnergyEffAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2GarCptAdj)) + abs(atof(SComp4to6.GC2PorchEtc1Adj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2PorchEtc2Adj)) + abs(atof(SComp4to6.GC2FenceEtcAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC2ExtraItemAdj));\r\n\r\n\t\tgross = \"        \"+ToString(Fraction(2, adj/price * 100),2)+\"%\";\r\n\t\tSComp4to6.GC2AdjPrice1_Text = \"G:\"+StrRight(gross,7);\r\n\tend;\r\n\telse\r\n\t\tSComp4to6.GC2AdjPrice1_Text = \"\";\r\nend;\r\n",
  555.             "Updates": "127"
  556.         },
  557.         {
  558.             "KeyWord": "GC2AdjPrice2_Text",
  559.             "FieldIndex": 128,
  560.             "TypeOfField": 0,
  561.             "CheckBox": 0,
  562.             "Page": 1,
  563.             "Justify": 1,
  564.             "EditLeft": 329,
  565.             "EditTop": 572,
  566.             "EditWidth": 62,
  567.             "EditHeight": 13,
  568.             "NumberOfLines": 1,
  569.             "DefaultFont": "Tahoma,8,0,0",
  570.             "DefPrecision": -1,
  571.             "AutoCalc": 0,
  572.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring net;\r\n\tprice = atof(SComp4to6.GC2SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=atof(SComp4to6.GC2SalesFin1Adj) + atof(SComp4to6.GC2SalesFin2Adj) + \r\n\t\t\tatof(SComp4to6.GC2DateOfSaleAdj) + atof(SComp4to6.GC2LocationAdj) +\r\n\t\t\tatof(SComp4to6.GC2LeaseholdAdj) + atof(SComp4to6.GC2SiteAdj) +\r\n\t\t\tatof(SComp4to6.GC2ViewAdj) + atof(SComp4to6.GC2DesignAdj) +\r\n\t\t\tatof(SComp4to6.GC2QualConstrAdj) + atof(SComp4to6.GC2AgeAdj) +\r\n\t\t\tatof(SComp4to6.GC2ConditionAdj) + atof(SComp4to6.GC2RoomsAdj) +\r\n\t\t\tatof(SComp4to6.GC2GLASqFtAdj) + atof(SComp4to6.GC2BsmRooms1Adj) +\r\n\t\t\tatof(SComp4to6.GC2BsmRooms2Adj) + atof(SComp4to6.GC2FuncUtilAdj) +\r\n\t\t\tatof(SComp4to6.GC2HeatCoolAdj) + atof(SComp4to6.GC2EnergyEffAdj) +\r\n\t\t\tatof(SComp4to6.GC2GarCptAdj) + atof(SComp4to6.GC2PorchEtc1Adj) +\r\n\t\t\tatof(SComp4to6.GC2PorchEtc2Adj) + atof(SComp4to6.GC2FenceEtcAdj) +\r\n\t\t\tatof(SComp4to6.GC2ExtraItemAdj);\r\n\r\n\t\tnet = \"       \"+ToString(Fraction(2, Abs(adj)/price * 100),2)+\"%\";\r\n\t\tSComp4to6.GC2AdjPrice2_Text = \"N:\"+StrRight(net,7);\r\n\tend;\r\n\telse\r\n\t\tSComp4to6.GC2AdjPrice2_Text = \"\";\r\nend;\r\n",
  573.             "Updates": "128"
  574.         },
  575.         {
  576.             "KeyWord": "GC3Address1",
  577.             "FieldIndex": 154,
  578.             "TypeOfField": 0,
  579.             "CheckBox": 0,
  580.             "Page": 1,
  581.             "Justify": 0,
  582.             "EditLeft": 474,
  583.             "EditTop": 49,
  584.             "EditWidth": 141,
  585.             "EditHeight": 13,
  586.             "NumberOfLines": 1,
  587.             "DefaultFont": "Tahoma,8,0,0",
  588.             "DefPrecision": -1,
  589.             "AutoCalc": 0
  590.         },
  591.         {
  592.             "KeyWord": "GC3Address2",
  593.             "FieldIndex": 155,
  594.             "TypeOfField": 0,
  595.             "CheckBox": 0,
  596.             "Page": 1,
  597.             "Justify": 0,
  598.             "EditLeft": 474,
  599.             "EditTop": 64,
  600.             "EditWidth": 141,
  601.             "EditHeight": 13,
  602.             "NumberOfLines": 1,
  603.             "DefaultFont": "Tahoma,8,0,0",
  604.             "DefPrecision": -1,
  605.             "AutoCalc": 0
  606.         },
  607.         {
  608.             "KeyWord": "GC3Proximity",
  609.             "FieldIndex": 156,
  610.             "TypeOfField": 0,
  611.             "CheckBox": 0,
  612.             "Page": 1,
  613.             "Justify": 0,
  614.             "EditLeft": 474,
  615.             "EditTop": 80,
  616.             "EditWidth": 141,
  617.             "EditHeight": 13,
  618.             "NumberOfLines": 1,
  619.             "DefaultFont": "Tahoma,8,0,0",
  620.             "DefPrecision": -1,
  621.             "AutoCalc": 0
  622.         },
  623.         {
  624.             "KeyWord": "GC3SalePrice",
  625.             "FieldIndex": 157,
  626.             "TypeOfField": 0,
  627.             "CheckBox": 0,
  628.             "Page": 1,
  629.             "Justify": 0,
  630.             "EditLeft": 548,
  631.             "EditTop": 95,
  632.             "EditWidth": 67,
  633.             "EditHeight": 13,
  634.             "NumberOfLines": 1,
  635.             "DefaultFont": "Tahoma,8,0,0",
  636.             "DefPrecision": 0,
  637.             "AutoCalc": 0,
  638.             "Dependencies": "-158,-188,-189,-213"
  639.         },
  640.         {
  641.             "KeyWord": "GC3PriceGLA",
  642.             "FieldIndex": 158,
  643.             "TypeOfField": 0,
  644.             "CheckBox": 0,
  645.             "Page": 1,
  646.             "Justify": 0,
  647.             "EditLeft": 482,
  648.             "EditTop": 111,
  649.             "EditWidth": 53,
  650.             "EditHeight": 13,
  651.             "NumberOfLines": 1,
  652.             "DefaultFont": "Tahoma,8,0,0",
  653.             "DefPrecision": 2,
  654.             "AutoCalc": 0,
  655.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat s;\r\n\ts = atof(SComp4to6.GC3GLASqFt);\r\n\tif s != 0 then\r\n\t\tSComp4to6.GC3PriceGLA = ToString(atof(SComp4to6.GC3SalePrice)/s,5);\r\n\telse\r\n\t\tSComp4to6.GC3PriceGLA = \"\";\r\nend;\r\n",
  656.             "Updates": "158"
  657.         },
  658.         {
  659.             "KeyWord": "GC3DataSource1",
  660.             "FieldIndex": 159,
  661.             "TypeOfField": 0,
  662.             "CheckBox": 0,
  663.             "Page": 1,
  664.             "Justify": 0,
  665.             "EditLeft": 474,
  666.             "EditTop": 126,
  667.             "EditWidth": 141,
  668.             "EditHeight": 13,
  669.             "NumberOfLines": 1,
  670.             "DefaultFont": "Tahoma,8,0,0",
  671.             "DefPrecision": -1,
  672.             "AutoCalc": 0
  673.         },
  674.         {
  675.             "KeyWord": "GC3DataSource2",
  676.             "FieldIndex": 160,
  677.             "TypeOfField": 0,
  678.             "CheckBox": 0,
  679.             "Page": 1,
  680.             "Justify": 0,
  681.             "EditLeft": 474,
  682.             "EditTop": 142,
  683.             "EditWidth": 141,
  684.             "EditHeight": 13,
  685.             "NumberOfLines": 1,
  686.             "DefaultFont": "Tahoma,8,0,0",
  687.             "DefPrecision": -1,
  688.             "AutoCalc": 0
  689.         },
  690.         {
  691.             "KeyWord": "GC3PriorSale_1",
  692.             "FieldIndex": 251,
  693.             "TypeOfField": 0,
  694.             "CheckBox": 0,
  695.             "Page": 1,
  696.             "Justify": 0,
  697.             "EditLeft": 474,
  698.             "EditTop": 1012,
  699.             "EditWidth": 141,
  700.             "EditHeight": 13,
  701.             "NumberOfLines": 1,
  702.             "DefaultFont": "Tahoma,8,0,0",
  703.             "DefPrecision": -1,
  704.             "AutoCalc": 0
  705.         },
  706.         {
  707.             "KeyWord": "GC3PriorSale_2",
  708.             "FieldIndex": 252,
  709.             "TypeOfField": 0,
  710.             "CheckBox": 0,
  711.             "Page": 1,
  712.             "Justify": 0,
  713.             "EditLeft": 474,
  714.             "EditTop": 1027,
  715.             "EditWidth": 141,
  716.             "EditHeight": 13,
  717.             "NumberOfLines": 1,
  718.             "DefaultFont": "Tahoma,8,0,0",
  719.             "DefPrecision": 0,
  720.             "AutoCalc": 0
  721.         },
  722.         {
  723.             "KeyWord": "GC3PriorSale_3",
  724.             "FieldIndex": 253,
  725.             "TypeOfField": 0,
  726.             "CheckBox": 0,
  727.             "Page": 1,
  728.             "Justify": 0,
  729.             "EditLeft": 474,
  730.             "EditTop": 1042,
  731.             "EditWidth": 141,
  732.             "EditHeight": 13,
  733.             "NumberOfLines": 1,
  734.             "DefaultFont": "Tahoma,8,0,0",
  735.             "DefPrecision": -1,
  736.             "AutoCalc": 0
  737.         },
  738.         {
  739.             "KeyWord": "GC3AdjPrice1_Text",
  740.             "FieldIndex": 188,
  741.             "TypeOfField": 0,
  742.             "CheckBox": 0,
  743.             "Page": 1,
  744.             "Justify": 1,
  745.             "EditLeft": 474,
  746.             "EditTop": 557,
  747.             "EditWidth": 62,
  748.             "EditHeight": 13,
  749.             "NumberOfLines": 1,
  750.             "DefaultFont": "Tahoma,8,0,0",
  751.             "DefPrecision": -1,
  752.             "AutoCalc": 0,
  753.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring gross;\r\n\tprice = atof(SComp4to6.GC3SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=abs(atoi(SComp4to6.GC3SalesFin1Adj))  + abs(atof(SComp4to6.GC3SalesFin2Adj)) + \r\n\t\t\tabs(atof(SComp4to6.GC3DateOfSaleAdj)) + abs(atof(SComp4to6.GC3LocationAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3LeaseholdAdj)) + abs(atof(SComp4to6.GC3SiteAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3ViewAdj))\t+ abs(atof(SComp4to6.GC3DesignAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3QualConstrAdj)) + abs(atof(SComp4to6.GC3AgeAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3ConditionAdj)) + abs(atof(SComp4to6.GC3RoomsAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3GLASqFtAdj)) + abs(atof(SComp4to6.GC3BsmRooms1Adj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3BsmRooms2Adj)) + abs(atof(SComp4to6.GC3FuncUtilAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3HeatCoolAdj)) + abs(atof(SComp4to6.GC3EnergyEffAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3GarCptAdj)) + abs(atof(SComp4to6.GC3PorchEtc1Adj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3PorchEtc2Adj)) + abs(atof(SComp4to6.GC3FenceEtcAdj)) +\r\n\t\t\tabs(atof(SComp4to6.GC3ExtraItemAdj));\r\n\r\n\t\tgross = \"        \"+ToString(Fraction(2, adj/price * 100),2)+\"%\";\r\n\t\tSComp4to6.GC3AdjPrice1_Text = \"G:\"+StrRight(gross,7);\r\n\tend;\r\n\telse\r\n\t\tSComp4to6.GC3AdjPrice1_Text = \"\";\r\nend;\r\n",
  754.             "Updates": "188"
  755.         },
  756.         {
  757.             "KeyWord": "GC3AdjPrice2_Text",
  758.             "FieldIndex": 189,
  759.             "TypeOfField": 0,
  760.             "CheckBox": 0,
  761.             "Page": 1,
  762.             "Justify": 1,
  763.             "EditLeft": 474,
  764.             "EditTop": 572,
  765.             "EditWidth": 62,
  766.             "EditHeight": 13,
  767.             "NumberOfLines": 1,
  768.             "DefaultFont": "Tahoma,8,0,0",
  769.             "DefPrecision": -1,
  770.             "AutoCalc": 0,
  771.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tfloat adj, price;\r\n\tstring net;\r\n\tprice = atof(SComp4to6.GC3SalePrice);\r\n\tif price != 0 then\r\n\tbegin\r\n\t\tadj=atof(SComp4to6.GC3SalesFin1Adj) + atof(SComp4to6.GC3SalesFin2Adj) + \r\n\t\t\tatof(SComp4to6.GC3DateOfSaleAdj) + atof(SComp4to6.GC3LocationAdj) +\r\n\t\t\tatof(SComp4to6.GC3LeaseholdAdj) + atof(SComp4to6.GC3SiteAdj) +\r\n\t\t\tatof(SComp4to6.GC3ViewAdj) + atof(SComp4to6.GC3DesignAdj) +\r\n\t\t\tatof(SComp4to6.GC3QualConstrAdj) + atof(SComp4to6.GC3AgeAdj) +\r\n\t\t\tatof(SComp4to6.GC3ConditionAdj) + atof(SComp4to6.GC3RoomsAdj) +\r\n\t\t\tatof(SComp4to6.GC3GLASqFtAdj) + atof(SComp4to6.GC3BsmRooms1Adj) +\r\n\t\t\tatof(SComp4to6.GC3BsmRooms2Adj) + atof(SComp4to6.GC3FuncUtilAdj) +\r\n\t\t\tatof(SComp4to6.GC3HeatCoolAdj) + atof(SComp4to6.GC3EnergyEffAdj) +\r\n\t\t\tatof(SComp4to6.GC3GarCptAdj) + atof(SComp4to6.GC3PorchEtc1Adj) +\r\n\t\t\tatof(SComp4to6.GC3PorchEtc2Adj) + atof(SComp4to6.GC3FenceEtcAdj) +\r\n\t\t\tatof(SComp4to6.GC3ExtraItemAdj);\r\n\r\n\t\tnet = \"       \"+ToString(Fraction(2, Abs(adj)/price * 100),2)+\"%\";\r\n\t\tSComp4to6.GC3AdjPrice2_Text = \"N:\"+StrRight(net,7);\r\n\tend;\r\n\telse\r\n\t\tSComp4to6.GC3AdjPrice2_Text = \"\";\r\nend;\r\n",
  772.             "Updates": "189"
  773.         },
  774.         {
  775.             "KeyWord": "GC1Plus_Box",
  776.             "FieldIndex": 64,
  777.             "TypeOfField": 1,
  778.             "CheckBox": 1,
  779.             "Page": 1,
  780.             "Justify": 0,
  781.             "EditLeft": 192,
  782.             "EditTop": 541,
  783.             "EditWidth": 12,
  784.             "EditHeight": 13,
  785.             "NumberOfLines": 1,
  786.             "DefPrecision": -1,
  787.             "AutoCalc": 0
  788.         },
  789.         {
  790.             "KeyWord": "GC1Minus_Box",
  791.             "FieldIndex": 65,
  792.             "TypeOfField": 1,
  793.             "CheckBox": 1,
  794.             "Page": 1,
  795.             "Justify": 0,
  796.             "EditLeft": 223,
  797.             "EditTop": 541,
  798.             "EditWidth": 12,
  799.             "EditHeight": 13,
  800.             "NumberOfLines": 1,
  801.             "DefPrecision": -1,
  802.             "AutoCalc": 0
  803.         },
  804.         {
  805.             "KeyWord": "GC2Plus_Box",
  806.             "FieldIndex": 125,
  807.             "TypeOfField": 1,
  808.             "CheckBox": 1,
  809.             "Page": 1,
  810.             "Justify": 0,
  811.             "EditLeft": 337,
  812.             "EditTop": 541,
  813.             "EditWidth": 12,
  814.             "EditHeight": 13,
  815.             "NumberOfLines": 1,
  816.             "DefPrecision": -1,
  817.             "AutoCalc": 0
  818.         },
  819.         {
  820.             "KeyWord": "GC2Minus_Box",
  821.             "FieldIndex": 126,
  822.             "TypeOfField": 1,
  823.             "CheckBox": 1,
  824.             "Page": 1,
  825.             "Justify": 0,
  826.             "EditLeft": 368,
  827.             "EditTop": 541,
  828.             "EditWidth": 12,
  829.             "EditHeight": 13,
  830.             "NumberOfLines": 1,
  831.             "DefPrecision": -1,
  832.             "AutoCalc": 0
  833.         },
  834.         {
  835.             "KeyWord": "GC3Plus_Box",
  836.             "FieldIndex": 186,
  837.             "TypeOfField": 1,
  838.             "CheckBox": 1,
  839.             "Page": 1,
  840.             "Justify": 0,
  841.             "EditLeft": 483,
  842.             "EditTop": 541,
  843.             "EditWidth": 12,
  844.             "EditHeight": 13,
  845.             "NumberOfLines": 1,
  846.             "DefPrecision": -1,
  847.             "AutoCalc": 0
  848.         },
  849.         {
  850.             "KeyWord": "GC3Minus_Box",
  851.             "FieldIndex": 187,
  852.             "TypeOfField": 1,
  853.             "CheckBox": 1,
  854.             "Page": 1,
  855.             "Justify": 0,
  856.             "EditLeft": 514,
  857.             "EditTop": 541,
  858.             "EditWidth": 12,
  859.             "EditHeight": 13,
  860.             "NumberOfLines": 1,
  861.             "DefPrecision": -1,
  862.             "AutoCalc": 0
  863.         },
  864.         {
  865.             "KeyWord": "GSULocation",
  866.             "FieldIndex": 9,
  867.             "TypeOfField": 0,
  868.             "CheckBox": 0,
  869.             "Page": 1,
  870.             "Justify": 0,
  871.             "EditLeft": 100,
  872.             "EditTop": 218,
  873.             "EditWidth": 79,
  874.             "EditHeight": 13,
  875.             "NumberOfLines": 1,
  876.             "DefaultFont": "Tahoma,8,0,0",
  877.             "DefPrecision": -1,
  878.             "AutoCalc": 0,
  879.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSULocation\");\r\nend;\r\n"
  880.         },
  881.         {
  882.             "KeyWord": "GSULeasehold",
  883.             "FieldIndex": 10,
  884.             "TypeOfField": 0,
  885.             "CheckBox": 0,
  886.             "Page": 1,
  887.             "Justify": 0,
  888.             "EditLeft": 100,
  889.             "EditTop": 233,
  890.             "EditWidth": 79,
  891.             "EditHeight": 13,
  892.             "NumberOfLines": 1,
  893.             "DefaultFont": "Tahoma,8,0,0",
  894.             "DefPrecision": -1,
  895.             "AutoCalc": 0,
  896.             "Formula": "routine main() returns nothing  is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSULeasehold\");\r\nend;\r\n"
  897.         },
  898.         {
  899.             "KeyWord": "GSUSite",
  900.             "FieldIndex": 11,
  901.             "TypeOfField": 0,
  902.             "CheckBox": 0,
  903.             "Page": 1,
  904.             "Justify": 0,
  905.             "EditLeft": 100,
  906.             "EditTop": 249,
  907.             "EditWidth": 79,
  908.             "EditHeight": 13,
  909.             "NumberOfLines": 1,
  910.             "DefaultFont": "Tahoma,8,0,0",
  911.             "DefPrecision": -1,
  912.             "AutoCalc": 0,
  913.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUSite\");\r\nend;\r\n"
  914.         },
  915.         {
  916.             "KeyWord": "GSUView",
  917.             "FieldIndex": 12,
  918.             "TypeOfField": 0,
  919.             "CheckBox": 0,
  920.             "Page": 1,
  921.             "Justify": 0,
  922.             "EditLeft": 100,
  923.             "EditTop": 264,
  924.             "EditWidth": 79,
  925.             "EditHeight": 13,
  926.             "NumberOfLines": 1,
  927.             "DefaultFont": "Tahoma,8,0,0",
  928.             "DefPrecision": -1,
  929.             "AutoCalc": 0,
  930.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUView\");\r\nend;\r\n"
  931.         },
  932.         {
  933.             "KeyWord": "GSUDesign",
  934.             "FieldIndex": 13,
  935.             "TypeOfField": 0,
  936.             "CheckBox": 0,
  937.             "Page": 1,
  938.             "Justify": 0,
  939.             "EditLeft": 100,
  940.             "EditTop": 279,
  941.             "EditWidth": 79,
  942.             "EditHeight": 13,
  943.             "NumberOfLines": 1,
  944.             "DefaultFont": "Tahoma,8,0,0",
  945.             "DefPrecision": -1,
  946.             "AutoCalc": 0,
  947.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUDesign\");\r\nend;\r\n"
  948.         },
  949.         {
  950.             "KeyWord": "GSUQualConstr",
  951.             "FieldIndex": 14,
  952.             "TypeOfField": 0,
  953.             "CheckBox": 0,
  954.             "Page": 1,
  955.             "Justify": 0,
  956.             "EditLeft": 100,
  957.             "EditTop": 295,
  958.             "EditWidth": 79,
  959.             "EditHeight": 13,
  960.             "NumberOfLines": 1,
  961.             "DefaultFont": "Tahoma,8,0,0",
  962.             "DefPrecision": -1,
  963.             "AutoCalc": 0,
  964.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUQualConstr\");\r\nend;\r\n"
  965.         },
  966.         {
  967.             "KeyWord": "GSUAge",
  968.             "FieldIndex": 15,
  969.             "TypeOfField": 0,
  970.             "CheckBox": 0,
  971.             "Page": 1,
  972.             "Justify": 0,
  973.             "EditLeft": 100,
  974.             "EditTop": 310,
  975.             "EditWidth": 79,
  976.             "EditHeight": 13,
  977.             "NumberOfLines": 1,
  978.             "DefaultFont": "Tahoma,8,0,0",
  979.             "DefPrecision": 0,
  980.             "AutoCalc": 0,
  981.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUAge\");\r\nend;\r\n"
  982.         },
  983.         {
  984.             "KeyWord": "GSUCondition",
  985.             "FieldIndex": 16,
  986.             "TypeOfField": 0,
  987.             "CheckBox": 0,
  988.             "Page": 1,
  989.             "Justify": 0,
  990.             "EditLeft": 100,
  991.             "EditTop": 326,
  992.             "EditWidth": 79,
  993.             "EditHeight": 13,
  994.             "NumberOfLines": 1,
  995.             "DefaultFont": "Tahoma,8,0,0",
  996.             "DefPrecision": -1,
  997.             "AutoCalc": 0,
  998.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUCondition\");\r\nend;\r\n"
  999.         },
  1000.         {
  1001.             "KeyWord": "GSUTotRooms",
  1002.             "FieldIndex": 17,
  1003.             "TypeOfField": 0,
  1004.             "CheckBox": 0,
  1005.             "Page": 1,
  1006.             "Justify": 2,
  1007.             "EditLeft": 98,
  1008.             "EditTop": 357,
  1009.             "EditWidth": 24,
  1010.             "EditHeight": 13,
  1011.             "NumberOfLines": 1,
  1012.             "DefaultFont": "Tahoma,8,0,0",
  1013.             "DefPrecision": 0,
  1014.             "AutoCalc": 0,
  1015.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUTotRooms\");\r\nend;\r\n"
  1016.         },
  1017.         {
  1018.             "KeyWord": "GSUBedRooms",
  1019.             "FieldIndex": 18,
  1020.             "TypeOfField": 0,
  1021.             "CheckBox": 0,
  1022.             "Page": 1,
  1023.             "Justify": 2,
  1024.             "EditLeft": 125,
  1025.             "EditTop": 357,
  1026.             "EditWidth": 22,
  1027.             "EditHeight": 13,
  1028.             "NumberOfLines": 1,
  1029.             "DefaultFont": "Tahoma,8,0,0",
  1030.             "DefPrecision": 0,
  1031.             "AutoCalc": 0,
  1032.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUBedRooms\");\r\nend;\r\n"
  1033.         },
  1034.         {
  1035.             "KeyWord": "GSUBaths",
  1036.             "FieldIndex": 19,
  1037.             "TypeOfField": 0,
  1038.             "CheckBox": 0,
  1039.             "Page": 1,
  1040.             "Justify": 2,
  1041.             "EditLeft": 150,
  1042.             "EditTop": 357,
  1043.             "EditWidth": 29,
  1044.             "EditHeight": 13,
  1045.             "NumberOfLines": 1,
  1046.             "DefaultFont": "Tahoma,8,0,0",
  1047.             "DefPrecision": 2,
  1048.             "AutoCalc": 0,
  1049.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUBaths\");\r\nend;\r\n"
  1050.         },
  1051.         {
  1052.             "KeyWord": "GSUGLASqFt",
  1053.             "FieldIndex": 20,
  1054.             "TypeOfField": 0,
  1055.             "CheckBox": 0,
  1056.             "Page": 1,
  1057.             "Justify": 0,
  1058.             "EditLeft": 99,
  1059.             "EditTop": 372,
  1060.             "EditWidth": 49,
  1061.             "EditHeight": 13,
  1062.             "NumberOfLines": 1,
  1063.             "DefaultFont": "Tahoma,8,0,0",
  1064.             "DefPrecision": 0,
  1065.             "AutoCalc": 0,
  1066.             "Formula": "routine main() returns nothing,\r\naffects \"SComp4to6.GSUPriceGLA\" is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUGLASqFt\");\r\nend;\r\n",
  1067.             "Dependencies": "6"
  1068.         },
  1069.         {
  1070.             "KeyWord": "GSUBsmRooms1",
  1071.             "FieldIndex": 21,
  1072.             "TypeOfField": 0,
  1073.             "CheckBox": 0,
  1074.             "Page": 1,
  1075.             "Justify": 0,
  1076.             "EditLeft": 100,
  1077.             "EditTop": 388,
  1078.             "EditWidth": 79,
  1079.             "EditHeight": 13,
  1080.             "NumberOfLines": 1,
  1081.             "DefaultFont": "Tahoma,8,0,0",
  1082.             "DefPrecision": -1,
  1083.             "AutoCalc": 0,
  1084.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUBsmRooms1\");\r\nend;\r\n"
  1085.         },
  1086.         {
  1087.             "KeyWord": "GSUBsmRooms2",
  1088.             "FieldIndex": 22,
  1089.             "TypeOfField": 0,
  1090.             "CheckBox": 0,
  1091.             "Page": 1,
  1092.             "Justify": 0,
  1093.             "EditLeft": 100,
  1094.             "EditTop": 403,
  1095.             "EditWidth": 79,
  1096.             "EditHeight": 13,
  1097.             "NumberOfLines": 1,
  1098.             "DefaultFont": "Tahoma,8,0,0",
  1099.             "DefPrecision": -1,
  1100.             "AutoCalc": 0,
  1101.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUBsmRooms2\");\r\nend;\r\n"
  1102.         },
  1103.         {
  1104.             "KeyWord": "GSUFuncUtil",
  1105.             "FieldIndex": 23,
  1106.             "TypeOfField": 0,
  1107.             "CheckBox": 0,
  1108.             "Page": 1,
  1109.             "Justify": 0,
  1110.             "EditLeft": 100,
  1111.             "EditTop": 418,
  1112.             "EditWidth": 79,
  1113.             "EditHeight": 13,
  1114.             "NumberOfLines": 1,
  1115.             "DefaultFont": "Tahoma,8,0,0",
  1116.             "DefPrecision": -1,
  1117.             "AutoCalc": 0,
  1118.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUFuncUtil\");\r\nend;\r\n"
  1119.         },
  1120.         {
  1121.             "KeyWord": "GSUHeatCool",
  1122.             "FieldIndex": 24,
  1123.             "TypeOfField": 0,
  1124.             "CheckBox": 0,
  1125.             "Page": 1,
  1126.             "Justify": 0,
  1127.             "EditLeft": 100,
  1128.             "EditTop": 434,
  1129.             "EditWidth": 79,
  1130.             "EditHeight": 13,
  1131.             "NumberOfLines": 1,
  1132.             "DefaultFont": "Tahoma,8,0,0",
  1133.             "DefPrecision": -1,
  1134.             "AutoCalc": 0,
  1135.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUHeatCool\");\r\nend;\r\n"
  1136.         },
  1137.         {
  1138.             "KeyWord": "GSUEnergyEff",
  1139.             "FieldIndex": 25,
  1140.             "TypeOfField": 0,
  1141.             "CheckBox": 0,
  1142.             "Page": 1,
  1143.             "Justify": 0,
  1144.             "EditLeft": 100,
  1145.             "EditTop": 449,
  1146.             "EditWidth": 79,
  1147.             "EditHeight": 13,
  1148.             "NumberOfLines": 1,
  1149.             "DefaultFont": "Tahoma,8,0,0",
  1150.             "DefPrecision": -1,
  1151.             "AutoCalc": 0,
  1152.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUEnergyEff\");\r\nend;\r\n"
  1153.         },
  1154.         {
  1155.             "KeyWord": "GSUGarCpt",
  1156.             "FieldIndex": 26,
  1157.             "TypeOfField": 0,
  1158.             "CheckBox": 0,
  1159.             "Page": 1,
  1160.             "Justify": 0,
  1161.             "EditLeft": 100,
  1162.             "EditTop": 465,
  1163.             "EditWidth": 79,
  1164.             "EditHeight": 13,
  1165.             "NumberOfLines": 1,
  1166.             "DefaultFont": "Tahoma,8,0,0",
  1167.             "DefPrecision": -1,
  1168.             "AutoCalc": 0,
  1169.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUGarCpt\");\r\nend;\r\n"
  1170.         },
  1171.         {
  1172.             "KeyWord": "GSUPorchEtc1",
  1173.             "FieldIndex": 27,
  1174.             "TypeOfField": 0,
  1175.             "CheckBox": 0,
  1176.             "Page": 1,
  1177.             "Justify": 0,
  1178.             "EditLeft": 100,
  1179.             "EditTop": 481,
  1180.             "EditWidth": 79,
  1181.             "EditHeight": 13,
  1182.             "NumberOfLines": 1,
  1183.             "DefaultFont": "Tahoma,8,0,0",
  1184.             "DefPrecision": -1,
  1185.             "AutoCalc": 0,
  1186.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUPorchEtc1\");\r\nend;\r\n"
  1187.         },
  1188.         {
  1189.             "KeyWord": "GSUPorchEtc2",
  1190.             "FieldIndex": 28,
  1191.             "TypeOfField": 0,
  1192.             "CheckBox": 0,
  1193.             "Page": 1,
  1194.             "Justify": 0,
  1195.             "EditLeft": 100,
  1196.             "EditTop": 496,
  1197.             "EditWidth": 79,
  1198.             "EditHeight": 13,
  1199.             "NumberOfLines": 1,
  1200.             "DefaultFont": "Tahoma,8,0,0",
  1201.             "DefPrecision": -1,
  1202.             "AutoCalc": 0,
  1203.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUPorchEtc2\");\r\nend;\r\n"
  1204.         },
  1205.         {
  1206.             "KeyWord": "GSUFenceEtc",
  1207.             "FieldIndex": 29,
  1208.             "TypeOfField": 0,
  1209.             "CheckBox": 0,
  1210.             "Page": 1,
  1211.             "Justify": 0,
  1212.             "EditLeft": 100,
  1213.             "EditTop": 511,
  1214.             "EditWidth": 79,
  1215.             "EditHeight": 13,
  1216.             "NumberOfLines": 1,
  1217.             "DefaultFont": "Tahoma,8,0,0",
  1218.             "DefPrecision": -1,
  1219.             "AutoCalc": 0,
  1220.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUFenceEtc\");\r\nend;\r\n"
  1221.         },
  1222.         {
  1223.             "KeyWord": "GSUExtraItem",
  1224.             "FieldIndex": 31,
  1225.             "TypeOfField": 0,
  1226.             "CheckBox": 0,
  1227.             "Page": 1,
  1228.             "Justify": 0,
  1229.             "EditLeft": 100,
  1230.             "EditTop": 526,
  1231.             "EditWidth": 79,
  1232.             "EditHeight": 13,
  1233.             "NumberOfLines": 1,
  1234.             "DefaultFont": "Tahoma,8,0,0",
  1235.             "DefPrecision": -1,
  1236.             "AutoCalc": 0,
  1237.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUExtraItem\");\r\nend;\r\n"
  1238.         },
  1239.         {
  1240.             "KeyWord": "GC1SalesFin1",
  1241.             "FieldIndex": 39,
  1242.             "TypeOfField": 0,
  1243.             "CheckBox": 0,
  1244.             "Page": 1,
  1245.             "Justify": 0,
  1246.             "EditLeft": 183,
  1247.             "EditTop": 172,
  1248.             "EditWidth": 80,
  1249.             "EditHeight": 13,
  1250.             "NumberOfLines": 1,
  1251.             "DefaultFont": "Tahoma,8,0,0",
  1252.             "DefPrecision": -1,
  1253.             "AutoCalc": 0
  1254.         },
  1255.         {
  1256.             "KeyWord": "GC1SalesFin2",
  1257.             "FieldIndex": 40,
  1258.             "TypeOfField": 0,
  1259.             "CheckBox": 0,
  1260.             "Page": 1,
  1261.             "Justify": 0,
  1262.             "EditLeft": 183,
  1263.             "EditTop": 187,
  1264.             "EditWidth": 80,
  1265.             "EditHeight": 13,
  1266.             "NumberOfLines": 1,
  1267.             "DefaultFont": "Tahoma,8,0,0",
  1268.             "DefPrecision": -1,
  1269.             "AutoCalc": 0
  1270.         },
  1271.         {
  1272.             "KeyWord": "GC1DateOfSale",
  1273.             "FieldIndex": 41,
  1274.             "TypeOfField": 0,
  1275.             "CheckBox": 0,
  1276.             "Page": 1,
  1277.             "Justify": 0,
  1278.             "EditLeft": 183,
  1279.             "EditTop": 202,
  1280.             "EditWidth": 80,
  1281.             "EditHeight": 13,
  1282.             "NumberOfLines": 1,
  1283.             "DefaultFont": "Tahoma,8,0,0",
  1284.             "DefPrecision": -1,
  1285.             "AutoCalc": 0
  1286.         },
  1287.         {
  1288.             "KeyWord": "GC1Location",
  1289.             "FieldIndex": 42,
  1290.             "TypeOfField": 0,
  1291.             "CheckBox": 0,
  1292.             "Page": 1,
  1293.             "Justify": 0,
  1294.             "EditLeft": 183,
  1295.             "EditTop": 218,
  1296.             "EditWidth": 80,
  1297.             "EditHeight": 13,
  1298.             "NumberOfLines": 1,
  1299.             "DefaultFont": "Tahoma,8,0,0",
  1300.             "DefPrecision": -1,
  1301.             "AutoCalc": 0
  1302.         },
  1303.         {
  1304.             "KeyWord": "GSUExtraItem_Text",
  1305.             "FieldIndex": 30,
  1306.             "TypeOfField": 0,
  1307.             "CheckBox": 0,
  1308.             "Page": 1,
  1309.             "Justify": 0,
  1310.             "EditLeft": 14,
  1311.             "EditTop": 526,
  1312.             "EditWidth": 82,
  1313.             "EditHeight": 13,
  1314.             "NumberOfLines": 1,
  1315.             "DefaultFont": "Tahoma,8,0,0",
  1316.             "DefPrecision": -1,
  1317.             "AutoCalc": 0,
  1318.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.GSUExtraItem_Text\");\r\nend;\r\n"
  1319.         },
  1320.         {
  1321.             "KeyWord": "GC1Leasehold",
  1322.             "FieldIndex": 43,
  1323.             "TypeOfField": 0,
  1324.             "CheckBox": 0,
  1325.             "Page": 1,
  1326.             "Justify": 0,
  1327.             "EditLeft": 183,
  1328.             "EditTop": 233,
  1329.             "EditWidth": 80,
  1330.             "EditHeight": 13,
  1331.             "NumberOfLines": 1,
  1332.             "DefaultFont": "Tahoma,8,0,0",
  1333.             "DefPrecision": -1,
  1334.             "AutoCalc": 0
  1335.         },
  1336.         {
  1337.             "KeyWord": "GC1Site",
  1338.             "FieldIndex": 44,
  1339.             "TypeOfField": 0,
  1340.             "CheckBox": 0,
  1341.             "Page": 1,
  1342.             "Justify": 0,
  1343.             "EditLeft": 183,
  1344.             "EditTop": 249,
  1345.             "EditWidth": 80,
  1346.             "EditHeight": 13,
  1347.             "NumberOfLines": 1,
  1348.             "DefaultFont": "Tahoma,8,0,0",
  1349.             "DefPrecision": -1,
  1350.             "AutoCalc": 0
  1351.         },
  1352.         {
  1353.             "KeyWord": "GC1View",
  1354.             "FieldIndex": 45,
  1355.             "TypeOfField": 0,
  1356.             "CheckBox": 0,
  1357.             "Page": 1,
  1358.             "Justify": 0,
  1359.             "EditLeft": 183,
  1360.             "EditTop": 264,
  1361.             "EditWidth": 80,
  1362.             "EditHeight": 13,
  1363.             "NumberOfLines": 1,
  1364.             "DefaultFont": "Tahoma,8,0,0",
  1365.             "DefPrecision": -1,
  1366.             "AutoCalc": 0
  1367.         },
  1368.         {
  1369.             "KeyWord": "GC1Design",
  1370.             "FieldIndex": 46,
  1371.             "TypeOfField": 0,
  1372.             "CheckBox": 0,
  1373.             "Page": 1,
  1374.             "Justify": 0,
  1375.             "EditLeft": 183,
  1376.             "EditTop": 279,
  1377.             "EditWidth": 80,
  1378.             "EditHeight": 13,
  1379.             "NumberOfLines": 1,
  1380.             "DefaultFont": "Tahoma,8,0,0",
  1381.             "DefPrecision": -1,
  1382.             "AutoCalc": 0
  1383.         },
  1384.         {
  1385.             "KeyWord": "GC1QualConstr",
  1386.             "FieldIndex": 47,
  1387.             "TypeOfField": 0,
  1388.             "CheckBox": 0,
  1389.             "Page": 1,
  1390.             "Justify": 0,
  1391.             "EditLeft": 183,
  1392.             "EditTop": 295,
  1393.             "EditWidth": 80,
  1394.             "EditHeight": 13,
  1395.             "NumberOfLines": 1,
  1396.             "DefaultFont": "Tahoma,8,0,0",
  1397.             "DefPrecision": -1,
  1398.             "AutoCalc": 0
  1399.         },
  1400.         {
  1401.             "KeyWord": "GC1Age",
  1402.             "FieldIndex": 48,
  1403.             "TypeOfField": 0,
  1404.             "CheckBox": 0,
  1405.             "Page": 1,
  1406.             "Justify": 0,
  1407.             "EditLeft": 183,
  1408.             "EditTop": 310,
  1409.             "EditWidth": 80,
  1410.             "EditHeight": 13,
  1411.             "NumberOfLines": 1,
  1412.             "DefaultFont": "Tahoma,8,0,0",
  1413.             "DefPrecision": 0,
  1414.             "AutoCalc": 0
  1415.         },
  1416.         {
  1417.             "KeyWord": "GC1Condition",
  1418.             "FieldIndex": 49,
  1419.             "TypeOfField": 0,
  1420.             "CheckBox": 0,
  1421.             "Page": 1,
  1422.             "Justify": 0,
  1423.             "EditLeft": 183,
  1424.             "EditTop": 326,
  1425.             "EditWidth": 80,
  1426.             "EditHeight": 13,
  1427.             "NumberOfLines": 1,
  1428.             "DefaultFont": "Tahoma,8,0,0",
  1429.             "DefPrecision": -1,
  1430.             "AutoCalc": 0
  1431.         },
  1432.         {
  1433.             "KeyWord": "GC1TotRooms",
  1434.             "FieldIndex": 50,
  1435.             "TypeOfField": 0,
  1436.             "CheckBox": 0,
  1437.             "Page": 1,
  1438.             "Justify": 2,
  1439.             "EditLeft": 182,
  1440.             "EditTop": 357,
  1441.             "EditWidth": 23,
  1442.             "EditHeight": 13,
  1443.             "NumberOfLines": 1,
  1444.             "DefaultFont": "Tahoma,8,0,0",
  1445.             "DefPrecision": 0,
  1446.             "AutoCalc": 0
  1447.         },
  1448.         {
  1449.             "KeyWord": "GC1BedRooms",
  1450.             "FieldIndex": 51,
  1451.             "TypeOfField": 0,
  1452.             "CheckBox": 0,
  1453.             "Page": 1,
  1454.             "Justify": 2,
  1455.             "EditLeft": 208,
  1456.             "EditTop": 357,
  1457.             "EditWidth": 22,
  1458.             "EditHeight": 13,
  1459.             "NumberOfLines": 1,
  1460.             "DefaultFont": "Tahoma,8,0,0",
  1461.             "DefPrecision": 0,
  1462.             "AutoCalc": 0
  1463.         },
  1464.         {
  1465.             "KeyWord": "GC1Baths",
  1466.             "FieldIndex": 52,
  1467.             "TypeOfField": 0,
  1468.             "CheckBox": 0,
  1469.             "Page": 1,
  1470.             "Justify": 2,
  1471.             "EditLeft": 233,
  1472.             "EditTop": 357,
  1473.             "EditWidth": 30,
  1474.             "EditHeight": 13,
  1475.             "NumberOfLines": 1,
  1476.             "DefaultFont": "Tahoma,8,0,0",
  1477.             "DefPrecision": 2,
  1478.             "AutoCalc": 0
  1479.         },
  1480.         {
  1481.             "KeyWord": "GC1GLASqFt",
  1482.             "FieldIndex": 53,
  1483.             "TypeOfField": 0,
  1484.             "CheckBox": 0,
  1485.             "Page": 1,
  1486.             "Justify": 0,
  1487.             "EditLeft": 182,
  1488.             "EditTop": 372,
  1489.             "EditWidth": 49,
  1490.             "EditHeight": 13,
  1491.             "NumberOfLines": 1,
  1492.             "DefaultFont": "Tahoma,8,0,0",
  1493.             "DefPrecision": 0,
  1494.             "AutoCalc": 0,
  1495.             "Dependencies": "-36"
  1496.         },
  1497.         {
  1498.             "KeyWord": "GC1BsmRooms1",
  1499.             "FieldIndex": 54,
  1500.             "TypeOfField": 0,
  1501.             "CheckBox": 0,
  1502.             "Page": 1,
  1503.             "Justify": 0,
  1504.             "EditLeft": 183,
  1505.             "EditTop": 388,
  1506.             "EditWidth": 80,
  1507.             "EditHeight": 13,
  1508.             "NumberOfLines": 1,
  1509.             "DefaultFont": "Tahoma,8,0,0",
  1510.             "DefPrecision": -1,
  1511.             "AutoCalc": 0
  1512.         },
  1513.         {
  1514.             "KeyWord": "GC1BsmRooms2",
  1515.             "FieldIndex": 55,
  1516.             "TypeOfField": 0,
  1517.             "CheckBox": 0,
  1518.             "Page": 1,
  1519.             "Justify": 0,
  1520.             "EditLeft": 183,
  1521.             "EditTop": 403,
  1522.             "EditWidth": 80,
  1523.             "EditHeight": 13,
  1524.             "NumberOfLines": 1,
  1525.             "DefaultFont": "Tahoma,8,0,0",
  1526.             "DefPrecision": -1,
  1527.             "AutoCalc": 0
  1528.         },
  1529.         {
  1530.             "KeyWord": "GC1FuncUtil",
  1531.             "FieldIndex": 56,
  1532.             "TypeOfField": 0,
  1533.             "CheckBox": 0,
  1534.             "Page": 1,
  1535.             "Justify": 0,
  1536.             "EditLeft": 183,
  1537.             "EditTop": 418,
  1538.             "EditWidth": 80,
  1539.             "EditHeight": 13,
  1540.             "NumberOfLines": 1,
  1541.             "DefaultFont": "Tahoma,8,0,0",
  1542.             "DefPrecision": -1,
  1543.             "AutoCalc": 0
  1544.         },
  1545.         {
  1546.             "KeyWord": "GC1HeatCool",
  1547.             "FieldIndex": 57,
  1548.             "TypeOfField": 0,
  1549.             "CheckBox": 0,
  1550.             "Page": 1,
  1551.             "Justify": 0,
  1552.             "EditLeft": 183,
  1553.             "EditTop": 434,
  1554.             "EditWidth": 80,
  1555.             "EditHeight": 13,
  1556.             "NumberOfLines": 1,
  1557.             "DefaultFont": "Tahoma,8,0,0",
  1558.             "DefPrecision": -1,
  1559.             "AutoCalc": 0
  1560.         },
  1561.         {
  1562.             "KeyWord": "GC1EnergyEff",
  1563.             "FieldIndex": 58,
  1564.             "TypeOfField": 0,
  1565.             "CheckBox": 0,
  1566.             "Page": 1,
  1567.             "Justify": 0,
  1568.             "EditLeft": 183,
  1569.             "EditTop": 449,
  1570.             "EditWidth": 80,
  1571.             "EditHeight": 13,
  1572.             "NumberOfLines": 1,
  1573.             "DefaultFont": "Tahoma,8,0,0",
  1574.             "DefPrecision": -1,
  1575.             "AutoCalc": 0
  1576.         },
  1577.         {
  1578.             "KeyWord": "GC1GarCpt",
  1579.             "FieldIndex": 59,
  1580.             "TypeOfField": 0,
  1581.             "CheckBox": 0,
  1582.             "Page": 1,
  1583.             "Justify": 0,
  1584.             "EditLeft": 183,
  1585.             "EditTop": 465,
  1586.             "EditWidth": 80,
  1587.             "EditHeight": 13,
  1588.             "NumberOfLines": 1,
  1589.             "DefaultFont": "Tahoma,8,0,0",
  1590.             "DefPrecision": -1,
  1591.             "AutoCalc": 0
  1592.         },
  1593.         {
  1594.             "KeyWord": "GC1PorchEtc1",
  1595.             "FieldIndex": 60,
  1596.             "TypeOfField": 0,
  1597.             "CheckBox": 0,
  1598.             "Page": 1,
  1599.             "Justify": 0,
  1600.             "EditLeft": 183,
  1601.             "EditTop": 481,
  1602.             "EditWidth": 80,
  1603.             "EditHeight": 13,
  1604.             "NumberOfLines": 1,
  1605.             "DefaultFont": "Tahoma,8,0,0",
  1606.             "DefPrecision": -1,
  1607.             "AutoCalc": 0
  1608.         },
  1609.         {
  1610.             "KeyWord": "GC1PorchEtc2",
  1611.             "FieldIndex": 61,
  1612.             "TypeOfField": 0,
  1613.             "CheckBox": 0,
  1614.             "Page": 1,
  1615.             "Justify": 0,
  1616.             "EditLeft": 183,
  1617.             "EditTop": 496,
  1618.             "EditWidth": 80,
  1619.             "EditHeight": 13,
  1620.             "NumberOfLines": 1,
  1621.             "DefaultFont": "Tahoma,8,0,0",
  1622.             "DefPrecision": -1,
  1623.             "AutoCalc": 0
  1624.         },
  1625.         {
  1626.             "KeyWord": "GC1FenceEtc",
  1627.             "FieldIndex": 62,
  1628.             "TypeOfField": 0,
  1629.             "CheckBox": 0,
  1630.             "Page": 1,
  1631.             "Justify": 0,
  1632.             "EditLeft": 183,
  1633.             "EditTop": 511,
  1634.             "EditWidth": 80,
  1635.             "EditHeight": 13,
  1636.             "NumberOfLines": 1,
  1637.             "DefaultFont": "Tahoma,8,0,0",
  1638.             "DefPrecision": -1,
  1639.             "AutoCalc": 0
  1640.         },
  1641.         {
  1642.             "KeyWord": "GC1ExtraItem",
  1643.             "FieldIndex": 63,
  1644.             "TypeOfField": 0,
  1645.             "CheckBox": 0,
  1646.             "Page": 1,
  1647.             "Justify": 0,
  1648.             "EditLeft": 183,
  1649.             "EditTop": 526,
  1650.             "EditWidth": 80,
  1651.             "EditHeight": 13,
  1652.             "NumberOfLines": 1,
  1653.             "DefaultFont": "Tahoma,8,0,0",
  1654.             "DefPrecision": -1,
  1655.             "AutoCalc": 0
  1656.         },
  1657.         {
  1658.             "KeyWord": "GC1SalesFin1Adj",
  1659.             "FieldIndex": 68,
  1660.             "TypeOfField": 0,
  1661.             "CheckBox": 0,
  1662.             "Page": 1,
  1663.             "Justify": 1,
  1664.             "EditLeft": 267,
  1665.             "EditTop": 172,
  1666.             "EditWidth": 58,
  1667.             "EditHeight": 13,
  1668.             "NumberOfLines": 1,
  1669.             "DefaultFont": "Tahoma,8,0,0",
  1670.             "DefPrecision": 0,
  1671.             "AutoCalc": 0,
  1672.             "Dependencies": "-66,-67,-91"
  1673.         },
  1674.         {
  1675.             "KeyWord": "GC1SalesFin2Adj",
  1676.             "FieldIndex": 69,
  1677.             "TypeOfField": 0,
  1678.             "CheckBox": 0,
  1679.             "Page": 1,
  1680.             "Justify": 1,
  1681.             "EditLeft": 267,
  1682.             "EditTop": 187,
  1683.             "EditWidth": 58,
  1684.             "EditHeight": 13,
  1685.             "NumberOfLines": 1,
  1686.             "DefaultFont": "Tahoma,8,0,0",
  1687.             "DefPrecision": 0,
  1688.             "AutoCalc": 0,
  1689.             "Dependencies": "-66,-67,-91"
  1690.         },
  1691.         {
  1692.             "KeyWord": "GC1DateOfSaleAdj",
  1693.             "FieldIndex": 70,
  1694.             "TypeOfField": 0,
  1695.             "CheckBox": 0,
  1696.             "Page": 1,
  1697.             "Justify": 1,
  1698.             "EditLeft": 267,
  1699.             "EditTop": 202,
  1700.             "EditWidth": 58,
  1701.             "EditHeight": 13,
  1702.             "NumberOfLines": 1,
  1703.             "DefaultFont": "Tahoma,8,0,0",
  1704.             "DefPrecision": 0,
  1705.             "AutoCalc": 0,
  1706.             "Dependencies": "-66,-67,-91"
  1707.         },
  1708.         {
  1709.             "KeyWord": "GC1LocationAdj",
  1710.             "FieldIndex": 71,
  1711.             "TypeOfField": 0,
  1712.             "CheckBox": 0,
  1713.             "Page": 1,
  1714.             "Justify": 1,
  1715.             "EditLeft": 267,
  1716.             "EditTop": 218,
  1717.             "EditWidth": 58,
  1718.             "EditHeight": 13,
  1719.             "NumberOfLines": 1,
  1720.             "DefaultFont": "Tahoma,8,0,0",
  1721.             "DefPrecision": 0,
  1722.             "AutoCalc": 0,
  1723.             "Dependencies": "-66,-67,-91"
  1724.         },
  1725.         {
  1726.             "KeyWord": "GC1LeaseholdAdj",
  1727.             "FieldIndex": 72,
  1728.             "TypeOfField": 0,
  1729.             "CheckBox": 0,
  1730.             "Page": 1,
  1731.             "Justify": 1,
  1732.             "EditLeft": 267,
  1733.             "EditTop": 233,
  1734.             "EditWidth": 58,
  1735.             "EditHeight": 13,
  1736.             "NumberOfLines": 1,
  1737.             "DefaultFont": "Tahoma,8,0,0",
  1738.             "DefPrecision": 0,
  1739.             "AutoCalc": 0,
  1740.             "Dependencies": "-66,-67,-91"
  1741.         },
  1742.         {
  1743.             "KeyWord": "GC1SiteAdj",
  1744.             "FieldIndex": 73,
  1745.             "TypeOfField": 0,
  1746.             "CheckBox": 0,
  1747.             "Page": 1,
  1748.             "Justify": 1,
  1749.             "EditLeft": 267,
  1750.             "EditTop": 249,
  1751.             "EditWidth": 58,
  1752.             "EditHeight": 13,
  1753.             "NumberOfLines": 1,
  1754.             "DefaultFont": "Tahoma,8,0,0",
  1755.             "DefPrecision": 0,
  1756.             "AutoCalc": 0,
  1757.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC1SiteAdj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUSite SComp4to6.GC1Site SComp4to6.GC2Site SComp4to6.GC3Site */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC1SiteAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUSite);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Site) Then\r\n\t\t\tURAR0693.GC1SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC1Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Site) Then\r\n\t\t\tURAR0693.GC2SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC2Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Site) Then\r\n\t\t\tURAR0693.GC3SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Site) Then\r\n\t\t\tSComp4to6.GC1SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1SiteAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2Site) Then\r\n\t\t\tSComp4to6.GC2SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2SiteAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3Site) Then\r\n\t\t\tSComp4to6.GC3SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3SiteAdj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  1758.             "Dependencies": "66,67,91,152,213,127,128,188,189",
  1759.             "Updates": "73,134,195"
  1760.         },
  1761.         {
  1762.             "KeyWord": "GC1ViewAdj",
  1763.             "FieldIndex": 74,
  1764.             "TypeOfField": 0,
  1765.             "CheckBox": 0,
  1766.             "Page": 1,
  1767.             "Justify": 1,
  1768.             "EditLeft": 267,
  1769.             "EditTop": 264,
  1770.             "EditWidth": 58,
  1771.             "EditHeight": 13,
  1772.             "NumberOfLines": 1,
  1773.             "DefaultFont": "Tahoma,8,0,0",
  1774.             "DefPrecision": 0,
  1775.             "AutoCalc": 0,
  1776.             "Dependencies": "-66,-67,-91"
  1777.         },
  1778.         {
  1779.             "KeyWord": "GC1DesignAdj",
  1780.             "FieldIndex": 75,
  1781.             "TypeOfField": 0,
  1782.             "CheckBox": 0,
  1783.             "Page": 1,
  1784.             "Justify": 1,
  1785.             "EditLeft": 267,
  1786.             "EditTop": 279,
  1787.             "EditWidth": 58,
  1788.             "EditHeight": 13,
  1789.             "NumberOfLines": 1,
  1790.             "DefaultFont": "Tahoma,8,0,0",
  1791.             "DefPrecision": 0,
  1792.             "AutoCalc": 0,
  1793.             "Dependencies": "-66,-67,-91"
  1794.         },
  1795.         {
  1796.             "KeyWord": "GC1QualConstrAdj",
  1797.             "FieldIndex": 76,
  1798.             "TypeOfField": 0,
  1799.             "CheckBox": 0,
  1800.             "Page": 1,
  1801.             "Justify": 1,
  1802.             "EditLeft": 267,
  1803.             "EditTop": 295,
  1804.             "EditWidth": 58,
  1805.             "EditHeight": 13,
  1806.             "NumberOfLines": 1,
  1807.             "DefaultFont": "Tahoma,8,0,0",
  1808.             "DefPrecision": 0,
  1809.             "AutoCalc": 0,
  1810.             "Dependencies": "-66,-67,-91"
  1811.         },
  1812.         {
  1813.             "KeyWord": "GC1AgeAdj",
  1814.             "FieldIndex": 77,
  1815.             "TypeOfField": 0,
  1816.             "CheckBox": 0,
  1817.             "Page": 1,
  1818.             "Justify": 1,
  1819.             "EditLeft": 267,
  1820.             "EditTop": 310,
  1821.             "EditWidth": 58,
  1822.             "EditHeight": 13,
  1823.             "NumberOfLines": 1,
  1824.             "DefaultFont": "Tahoma,8,0,0",
  1825.             "DefPrecision": 0,
  1826.             "AutoCalc": 0,
  1827.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC1AgeAdj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUAge SComp4to6.GC1Age SComp4to6.GC2Age SComp4to6.GC3Age */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC1AgeAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUAge);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif (n1 < 1000) then\r\n\t\t\tn2 = -n2;\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Age) then\r\n\t\t\tURAR0693.GC1AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC1Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Age) Then\r\n\t\t\tURAR0693.GC2AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC2Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Age) Then\r\n\t\t\tURAR0693.GC3AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Age) Then\r\n\t\t\tSComp4to6.GC1AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1AgeAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2Age) Then\r\n\t\t\tSComp4to6.GC2AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2AgeAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3Age) Then\r\n\t\t\tSComp4to6.GC3AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3AgeAdj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  1828.             "Dependencies": "66,67,91,152,213,127,128,188,189",
  1829.             "Updates": "77,138,199"
  1830.         },
  1831.         {
  1832.             "KeyWord": "GC1ConditionAdj",
  1833.             "FieldIndex": 78,
  1834.             "TypeOfField": 0,
  1835.             "CheckBox": 0,
  1836.             "Page": 1,
  1837.             "Justify": 1,
  1838.             "EditLeft": 267,
  1839.             "EditTop": 326,
  1840.             "EditWidth": 58,
  1841.             "EditHeight": 13,
  1842.             "NumberOfLines": 1,
  1843.             "DefaultFont": "Tahoma,8,0,0",
  1844.             "DefPrecision": 0,
  1845.             "AutoCalc": 0,
  1846.             "Dependencies": "-66,-67,-91"
  1847.         },
  1848.         {
  1849.             "KeyWord": "GC1RoomsAdj",
  1850.             "FieldIndex": 79,
  1851.             "TypeOfField": 0,
  1852.             "CheckBox": 0,
  1853.             "Page": 1,
  1854.             "Justify": 1,
  1855.             "EditLeft": 267,
  1856.             "EditTop": 357,
  1857.             "EditWidth": 58,
  1858.             "EditHeight": 13,
  1859.             "NumberOfLines": 1,
  1860.             "DefaultFont": "Tahoma,8,0,0",
  1861.             "DefPrecision": 0,
  1862.             "AutoCalc": 0,
  1863.             "Dependencies": "-66,-67,-91"
  1864.         },
  1865.         {
  1866.             "KeyWord": "GC1GLASqFtAdj",
  1867.             "FieldIndex": 80,
  1868.             "TypeOfField": 0,
  1869.             "CheckBox": 0,
  1870.             "Page": 1,
  1871.             "Justify": 1,
  1872.             "EditLeft": 267,
  1873.             "EditTop": 372,
  1874.             "EditWidth": 58,
  1875.             "EditHeight": 13,
  1876.             "NumberOfLines": 1,
  1877.             "DefaultFont": "Tahoma,8,0,0",
  1878.             "DefPrecision": 0,
  1879.             "AutoCalc": 0,
  1880.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC1GLASqFtAdj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUGLASqFt SComp4to6.GC1GLASqFt SComp4to6.GC2GLASqFt SComp4to6.GC3GLASqFt */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC1GLASqFtAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUGLASqFt);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1GLASqFt) Then\r\n\t\t\tURAR0693.GC1GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC1GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2GLASqFt) Then\r\n\t\t\tURAR0693.GC2GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC2GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3GLASqFt) Then\r\n\t\t\tURAR0693.GC3GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1GLASqFt) Then\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC1GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2GLASqFt) Then\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC2GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3GLASqFt) Then\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  1881.             "Dependencies": "66,67,91,152,213,127,128,188,189",
  1882.             "Updates": "80,141,202"
  1883.         },
  1884.         {
  1885.             "KeyWord": "GC1BsmRooms1Adj",
  1886.             "FieldIndex": 81,
  1887.             "TypeOfField": 0,
  1888.             "CheckBox": 0,
  1889.             "Page": 1,
  1890.             "Justify": 1,
  1891.             "EditLeft": 267,
  1892.             "EditTop": 388,
  1893.             "EditWidth": 58,
  1894.             "EditHeight": 13,
  1895.             "NumberOfLines": 1,
  1896.             "DefaultFont": "Tahoma,8,0,0",
  1897.             "DefPrecision": 0,
  1898.             "AutoCalc": 0,
  1899.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC1BsmRooms1Adj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GC1BsmRooms1 SComp4to6.GC2BsmRooms1 SComp4to6.GC3BsmRooms1 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC1BsmRooms1Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms1);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms1) Then\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms1) Then\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms1) Then\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms1) Then\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms1) Then\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms1) Then\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  1900.             "Dependencies": "66,67,91,152,213,127,128,188,189",
  1901.             "Updates": "81,142,203"
  1902.         },
  1903.         {
  1904.             "KeyWord": "GC1BsmRooms2Adj",
  1905.             "FieldIndex": 82,
  1906.             "TypeOfField": 0,
  1907.             "CheckBox": 0,
  1908.             "Page": 1,
  1909.             "Justify": 1,
  1910.             "EditLeft": 267,
  1911.             "EditTop": 403,
  1912.             "EditWidth": 58,
  1913.             "EditHeight": 13,
  1914.             "NumberOfLines": 1,
  1915.             "DefaultFont": "Tahoma,8,0,0",
  1916.             "DefPrecision": 0,
  1917.             "AutoCalc": 0,
  1918.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC1BsmRooms2Adj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GC1BsmRooms2 SComp4to6.GC2BsmRooms2 SComp4to6.GC3BsmRooms2 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC1BsmRooms2Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms2);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms2) Then\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms2) Then\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms2) Then\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms2) Then\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms2) Then\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms2) Then\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  1919.             "Dependencies": "66,67,91,152,213,127,128,188,189",
  1920.             "Updates": "82,143,204"
  1921.         },
  1922.         {
  1923.             "KeyWord": "GC1FuncUtilAdj",
  1924.             "FieldIndex": 83,
  1925.             "TypeOfField": 0,
  1926.             "CheckBox": 0,
  1927.             "Page": 1,
  1928.             "Justify": 1,
  1929.             "EditLeft": 267,
  1930.             "EditTop": 418,
  1931.             "EditWidth": 58,
  1932.             "EditHeight": 13,
  1933.             "NumberOfLines": 1,
  1934.             "DefaultFont": "Tahoma,8,0,0",
  1935.             "DefPrecision": 0,
  1936.             "AutoCalc": 0,
  1937.             "Dependencies": "-66,-67,-91"
  1938.         },
  1939.         {
  1940.             "KeyWord": "GC1HeatCoolAdj",
  1941.             "FieldIndex": 84,
  1942.             "TypeOfField": 0,
  1943.             "CheckBox": 0,
  1944.             "Page": 1,
  1945.             "Justify": 1,
  1946.             "EditLeft": 267,
  1947.             "EditTop": 434,
  1948.             "EditWidth": 58,
  1949.             "EditHeight": 13,
  1950.             "NumberOfLines": 1,
  1951.             "DefaultFont": "Tahoma,8,0,0",
  1952.             "DefPrecision": 0,
  1953.             "AutoCalc": 0,
  1954.             "Dependencies": "-66,-67,-91"
  1955.         },
  1956.         {
  1957.             "KeyWord": "GC1EnergyEffAdj",
  1958.             "FieldIndex": 85,
  1959.             "TypeOfField": 0,
  1960.             "CheckBox": 0,
  1961.             "Page": 1,
  1962.             "Justify": 1,
  1963.             "EditLeft": 267,
  1964.             "EditTop": 449,
  1965.             "EditWidth": 58,
  1966.             "EditHeight": 13,
  1967.             "NumberOfLines": 1,
  1968.             "DefaultFont": "Tahoma,8,0,0",
  1969.             "DefPrecision": 0,
  1970.             "AutoCalc": 0,
  1971.             "Dependencies": "-66,-67,-91"
  1972.         },
  1973.         {
  1974.             "KeyWord": "GC1GarCptAdj",
  1975.             "FieldIndex": 86,
  1976.             "TypeOfField": 0,
  1977.             "CheckBox": 0,
  1978.             "Page": 1,
  1979.             "Justify": 1,
  1980.             "EditLeft": 267,
  1981.             "EditTop": 465,
  1982.             "EditWidth": 58,
  1983.             "EditHeight": 13,
  1984.             "NumberOfLines": 1,
  1985.             "DefaultFont": "Tahoma,8,0,0",
  1986.             "DefPrecision": 0,
  1987.             "AutoCalc": 0,
  1988.             "Dependencies": "-66,-67,-91"
  1989.         },
  1990.         {
  1991.             "KeyWord": "GC1PorchEtc1Adj",
  1992.             "FieldIndex": 87,
  1993.             "TypeOfField": 0,
  1994.             "CheckBox": 0,
  1995.             "Page": 1,
  1996.             "Justify": 1,
  1997.             "EditLeft": 267,
  1998.             "EditTop": 481,
  1999.             "EditWidth": 58,
  2000.             "EditHeight": 13,
  2001.             "NumberOfLines": 1,
  2002.             "DefaultFont": "Tahoma,8,0,0",
  2003.             "DefPrecision": 0,
  2004.             "AutoCalc": 0,
  2005.             "Dependencies": "-66,-67,-91"
  2006.         },
  2007.         {
  2008.             "KeyWord": "GC1PorchEtc2Adj",
  2009.             "FieldIndex": 88,
  2010.             "TypeOfField": 0,
  2011.             "CheckBox": 0,
  2012.             "Page": 1,
  2013.             "Justify": 1,
  2014.             "EditLeft": 267,
  2015.             "EditTop": 496,
  2016.             "EditWidth": 58,
  2017.             "EditHeight": 13,
  2018.             "NumberOfLines": 1,
  2019.             "DefaultFont": "Tahoma,8,0,0",
  2020.             "DefPrecision": 0,
  2021.             "AutoCalc": 0,
  2022.             "Dependencies": "-66,-67,-91"
  2023.         },
  2024.         {
  2025.             "KeyWord": "GC1FenceEtcAdj",
  2026.             "FieldIndex": 89,
  2027.             "TypeOfField": 0,
  2028.             "CheckBox": 0,
  2029.             "Page": 1,
  2030.             "Justify": 1,
  2031.             "EditLeft": 267,
  2032.             "EditTop": 511,
  2033.             "EditWidth": 58,
  2034.             "EditHeight": 13,
  2035.             "NumberOfLines": 1,
  2036.             "DefaultFont": "Tahoma,8,0,0",
  2037.             "DefPrecision": 0,
  2038.             "AutoCalc": 0,
  2039.             "Dependencies": "-66,-67,-91"
  2040.         },
  2041.         {
  2042.             "KeyWord": "GC1ExtraItemAdj",
  2043.             "FieldIndex": 90,
  2044.             "TypeOfField": 0,
  2045.             "CheckBox": 0,
  2046.             "Page": 1,
  2047.             "Justify": 1,
  2048.             "EditLeft": 267,
  2049.             "EditTop": 526,
  2050.             "EditWidth": 58,
  2051.             "EditHeight": 13,
  2052.             "NumberOfLines": 1,
  2053.             "DefaultFont": "Tahoma,8,0,0",
  2054.             "DefPrecision": 0,
  2055.             "AutoCalc": 0,
  2056.             "Dependencies": "-66,-67,-91"
  2057.         },
  2058.         {
  2059.             "KeyWord": "GC1NetAdjAmt",
  2060.             "FieldIndex": 91,
  2061.             "TypeOfField": 0,
  2062.             "CheckBox": 0,
  2063.             "Page": 1,
  2064.             "Justify": 1,
  2065.             "EditLeft": 258,
  2066.             "EditTop": 542,
  2067.             "EditWidth": 67,
  2068.             "EditHeight": 13,
  2069.             "NumberOfLines": 1,
  2070.             "DefaultFont": "Tahoma,8,0,0",
  2071.             "DefPrecision": 0,
  2072.             "AutoCalc": 0,
  2073.             "Formula": "routine main() returns nothing is\r\n/* no depends SComp4to6.GC1Plus_Box SComp4to6.GC1Minus_Box */\r\nbegin\r\n\tfloat adj, price;\r\n\tadj=atoi(SComp4to6.GC1SalesFin1Adj)  + atof(SComp4to6.GC1SalesFin2Adj) + \r\n\t\tatof(SComp4to6.GC1DateOfSaleAdj) + atof(SComp4to6.GC1LocationAdj) +\r\n\t\tatof(SComp4to6.GC1LeaseholdAdj)\t + atof(SComp4to6.GC1SiteAdj) +\r\n\t\tatof(SComp4to6.GC1ViewAdj)\t\t + atof(SComp4to6.GC1DesignAdj) +\r\n\t\tatof(SComp4to6.GC1QualConstrAdj) + atof(SComp4to6.GC1AgeAdj) +\r\n\t\tatof(SComp4to6.GC1ConditionAdj)\t + atof(SComp4to6.GC1RoomsAdj) +\r\n\t\tatof(SComp4to6.GC1GLASqFtAdj)\t + atof(SComp4to6.GC1BsmRooms1Adj) +\r\n\t\tatof(SComp4to6.GC1BsmRooms2Adj)\t + atof(SComp4to6.GC1FuncUtilAdj) +\r\n\t\tatof(SComp4to6.GC1HeatCoolAdj)\t + atof(SComp4to6.GC1EnergyEffAdj) +\r\n\t\tatof(SComp4to6.GC1GarCptAdj)\t + atof(SComp4to6.GC1PorchEtc1Adj) +\r\n\t\tatof(SComp4to6.GC1PorchEtc2Adj)\t + atof(SComp4to6.GC1FenceEtcAdj) +\r\n\t\tatof(SComp4to6.GC1ExtraItemAdj);\r\n\r\n\tprice = atof(SComp4to6.GC1SalePrice);\r\n\tSComp4to6.GC1NetAdjAmt = ToString(Round(adj));\r\n\tSComp4to6.GC1IndValue = ToString(Round(price+adj));\r\n\r\n\tif adj >= 0 Then\r\n\tbegin\r\n\t\tSComp4to6.GC1Plus_Box = \"X\";\r\n\t\tSComp4to6.GC1Minus_Box = \"\";\r\n\tend;\r\n\telse\r\n\tbegin\r\n\t\tSComp4to6.GC1Plus_Box = \"\";\r\n\t\tSComp4to6.GC1Minus_Box = \"X\";\r\n\tend;\r\nend;\r\n",
  2074.             "Updates": "91,92,64,65"
  2075.         },
  2076.         {
  2077.             "KeyWord": "GC1IndValue",
  2078.             "FieldIndex": 92,
  2079.             "TypeOfField": 0,
  2080.             "CheckBox": 0,
  2081.             "Page": 1,
  2082.             "Justify": 1,
  2083.             "EditLeft": 258,
  2084.             "EditTop": 573,
  2085.             "EditWidth": 67,
  2086.             "EditHeight": 13,
  2087.             "NumberOfLines": 1,
  2088.             "DefaultFont": "Tahoma,8,0,0",
  2089.             "DefPrecision": 0,
  2090.             "AutoCalc": 0
  2091.         },
  2092.         {
  2093.             "KeyWord": "GC2SalesFin1",
  2094.             "FieldIndex": 100,
  2095.             "TypeOfField": 0,
  2096.             "CheckBox": 0,
  2097.             "Page": 1,
  2098.             "Justify": 0,
  2099.             "EditLeft": 329,
  2100.             "EditTop": 172,
  2101.             "EditWidth": 79,
  2102.             "EditHeight": 13,
  2103.             "NumberOfLines": 1,
  2104.             "DefaultFont": "Tahoma,8,0,0",
  2105.             "DefPrecision": -1,
  2106.             "AutoCalc": 0
  2107.         },
  2108.         {
  2109.             "KeyWord": "GC2SalesFin2",
  2110.             "FieldIndex": 101,
  2111.             "TypeOfField": 0,
  2112.             "CheckBox": 0,
  2113.             "Page": 1,
  2114.             "Justify": 0,
  2115.             "EditLeft": 329,
  2116.             "EditTop": 187,
  2117.             "EditWidth": 79,
  2118.             "EditHeight": 13,
  2119.             "NumberOfLines": 1,
  2120.             "DefaultFont": "Tahoma,8,0,0",
  2121.             "DefPrecision": -1,
  2122.             "AutoCalc": 0
  2123.         },
  2124.         {
  2125.             "KeyWord": "GC2DateOfSale",
  2126.             "FieldIndex": 102,
  2127.             "TypeOfField": 0,
  2128.             "CheckBox": 0,
  2129.             "Page": 1,
  2130.             "Justify": 0,
  2131.             "EditLeft": 329,
  2132.             "EditTop": 202,
  2133.             "EditWidth": 79,
  2134.             "EditHeight": 13,
  2135.             "NumberOfLines": 1,
  2136.             "DefaultFont": "Tahoma,8,0,0",
  2137.             "DefPrecision": -1,
  2138.             "AutoCalc": 0
  2139.         },
  2140.         {
  2141.             "KeyWord": "GC2Location",
  2142.             "FieldIndex": 103,
  2143.             "TypeOfField": 0,
  2144.             "CheckBox": 0,
  2145.             "Page": 1,
  2146.             "Justify": 0,
  2147.             "EditLeft": 329,
  2148.             "EditTop": 218,
  2149.             "EditWidth": 79,
  2150.             "EditHeight": 13,
  2151.             "NumberOfLines": 1,
  2152.             "DefaultFont": "Tahoma,8,0,0",
  2153.             "DefPrecision": -1,
  2154.             "AutoCalc": 0
  2155.         },
  2156.         {
  2157.             "KeyWord": "GC2Leasehold",
  2158.             "FieldIndex": 104,
  2159.             "TypeOfField": 0,
  2160.             "CheckBox": 0,
  2161.             "Page": 1,
  2162.             "Justify": 0,
  2163.             "EditLeft": 329,
  2164.             "EditTop": 233,
  2165.             "EditWidth": 79,
  2166.             "EditHeight": 13,
  2167.             "NumberOfLines": 1,
  2168.             "DefaultFont": "Tahoma,8,0,0",
  2169.             "DefPrecision": -1,
  2170.             "AutoCalc": 0
  2171.         },
  2172.         {
  2173.             "KeyWord": "GC2Site",
  2174.             "FieldIndex": 105,
  2175.             "TypeOfField": 0,
  2176.             "CheckBox": 0,
  2177.             "Page": 1,
  2178.             "Justify": 0,
  2179.             "EditLeft": 329,
  2180.             "EditTop": 249,
  2181.             "EditWidth": 79,
  2182.             "EditHeight": 13,
  2183.             "NumberOfLines": 1,
  2184.             "DefaultFont": "Tahoma,8,0,0",
  2185.             "DefPrecision": -1,
  2186.             "AutoCalc": 0
  2187.         },
  2188.         {
  2189.             "KeyWord": "GC2View",
  2190.             "FieldIndex": 106,
  2191.             "TypeOfField": 0,
  2192.             "CheckBox": 0,
  2193.             "Page": 1,
  2194.             "Justify": 0,
  2195.             "EditLeft": 329,
  2196.             "EditTop": 264,
  2197.             "EditWidth": 79,
  2198.             "EditHeight": 13,
  2199.             "NumberOfLines": 1,
  2200.             "DefaultFont": "Tahoma,8,0,0",
  2201.             "DefPrecision": -1,
  2202.             "AutoCalc": 0
  2203.         },
  2204.         {
  2205.             "KeyWord": "GC2Design",
  2206.             "FieldIndex": 107,
  2207.             "TypeOfField": 0,
  2208.             "CheckBox": 0,
  2209.             "Page": 1,
  2210.             "Justify": 0,
  2211.             "EditLeft": 329,
  2212.             "EditTop": 279,
  2213.             "EditWidth": 79,
  2214.             "EditHeight": 13,
  2215.             "NumberOfLines": 1,
  2216.             "DefaultFont": "Tahoma,8,0,0",
  2217.             "DefPrecision": -1,
  2218.             "AutoCalc": 0
  2219.         },
  2220.         {
  2221.             "KeyWord": "GC2QualConstr",
  2222.             "FieldIndex": 108,
  2223.             "TypeOfField": 0,
  2224.             "CheckBox": 0,
  2225.             "Page": 1,
  2226.             "Justify": 0,
  2227.             "EditLeft": 329,
  2228.             "EditTop": 295,
  2229.             "EditWidth": 79,
  2230.             "EditHeight": 13,
  2231.             "NumberOfLines": 1,
  2232.             "DefaultFont": "Tahoma,8,0,0",
  2233.             "DefPrecision": -1,
  2234.             "AutoCalc": 0
  2235.         },
  2236.         {
  2237.             "KeyWord": "GC2Age",
  2238.             "FieldIndex": 109,
  2239.             "TypeOfField": 0,
  2240.             "CheckBox": 0,
  2241.             "Page": 1,
  2242.             "Justify": 0,
  2243.             "EditLeft": 329,
  2244.             "EditTop": 310,
  2245.             "EditWidth": 79,
  2246.             "EditHeight": 13,
  2247.             "NumberOfLines": 1,
  2248.             "DefaultFont": "Tahoma,8,0,0",
  2249.             "DefPrecision": 0,
  2250.             "AutoCalc": 0
  2251.         },
  2252.         {
  2253.             "KeyWord": "GC2Condition",
  2254.             "FieldIndex": 110,
  2255.             "TypeOfField": 0,
  2256.             "CheckBox": 0,
  2257.             "Page": 1,
  2258.             "Justify": 0,
  2259.             "EditLeft": 329,
  2260.             "EditTop": 326,
  2261.             "EditWidth": 79,
  2262.             "EditHeight": 13,
  2263.             "NumberOfLines": 1,
  2264.             "DefaultFont": "Tahoma,8,0,0",
  2265.             "DefPrecision": -1,
  2266.             "AutoCalc": 0
  2267.         },
  2268.         {
  2269.             "KeyWord": "GC2TotRooms",
  2270.             "FieldIndex": 111,
  2271.             "TypeOfField": 0,
  2272.             "CheckBox": 0,
  2273.             "Page": 1,
  2274.             "Justify": 2,
  2275.             "EditLeft": 328,
  2276.             "EditTop": 357,
  2277.             "EditWidth": 22,
  2278.             "EditHeight": 13,
  2279.             "NumberOfLines": 1,
  2280.             "DefaultFont": "Tahoma,8,0,0",
  2281.             "DefPrecision": 0,
  2282.             "AutoCalc": 0
  2283.         },
  2284.         {
  2285.             "KeyWord": "GC2BedRooms",
  2286.             "FieldIndex": 112,
  2287.             "TypeOfField": 0,
  2288.             "CheckBox": 0,
  2289.             "Page": 1,
  2290.             "Justify": 2,
  2291.             "EditLeft": 353,
  2292.             "EditTop": 357,
  2293.             "EditWidth": 22,
  2294.             "EditHeight": 13,
  2295.             "NumberOfLines": 1,
  2296.             "DefaultFont": "Tahoma,8,0,0",
  2297.             "DefPrecision": 0,
  2298.             "AutoCalc": 0
  2299.         },
  2300.         {
  2301.             "KeyWord": "GC2Baths",
  2302.             "FieldIndex": 113,
  2303.             "TypeOfField": 0,
  2304.             "CheckBox": 0,
  2305.             "Page": 1,
  2306.             "Justify": 2,
  2307.             "EditLeft": 378,
  2308.             "EditTop": 357,
  2309.             "EditWidth": 30,
  2310.             "EditHeight": 13,
  2311.             "NumberOfLines": 1,
  2312.             "DefaultFont": "Tahoma,8,0,0",
  2313.             "DefPrecision": 2,
  2314.             "AutoCalc": 0
  2315.         },
  2316.         {
  2317.             "KeyWord": "GC2GLASqFt",
  2318.             "FieldIndex": 114,
  2319.             "TypeOfField": 0,
  2320.             "CheckBox": 0,
  2321.             "Page": 1,
  2322.             "Justify": 0,
  2323.             "EditLeft": 329,
  2324.             "EditTop": 372,
  2325.             "EditWidth": 49,
  2326.             "EditHeight": 13,
  2327.             "NumberOfLines": 1,
  2328.             "DefaultFont": "Tahoma,8,0,0",
  2329.             "DefPrecision": 0,
  2330.             "AutoCalc": 0,
  2331.             "Dependencies": "-97"
  2332.         },
  2333.         {
  2334.             "KeyWord": "GC2BsmRooms1",
  2335.             "FieldIndex": 115,
  2336.             "TypeOfField": 0,
  2337.             "CheckBox": 0,
  2338.             "Page": 1,
  2339.             "Justify": 0,
  2340.             "EditLeft": 329,
  2341.             "EditTop": 388,
  2342.             "EditWidth": 79,
  2343.             "EditHeight": 13,
  2344.             "NumberOfLines": 1,
  2345.             "DefaultFont": "Tahoma,8,0,0",
  2346.             "DefPrecision": -1,
  2347.             "AutoCalc": 0
  2348.         },
  2349.         {
  2350.             "KeyWord": "GC2BsmRooms2",
  2351.             "FieldIndex": 116,
  2352.             "TypeOfField": 0,
  2353.             "CheckBox": 0,
  2354.             "Page": 1,
  2355.             "Justify": 0,
  2356.             "EditLeft": 329,
  2357.             "EditTop": 403,
  2358.             "EditWidth": 79,
  2359.             "EditHeight": 13,
  2360.             "NumberOfLines": 1,
  2361.             "DefaultFont": "Tahoma,8,0,0",
  2362.             "DefPrecision": -1,
  2363.             "AutoCalc": 0
  2364.         },
  2365.         {
  2366.             "KeyWord": "GC2FuncUtil",
  2367.             "FieldIndex": 117,
  2368.             "TypeOfField": 0,
  2369.             "CheckBox": 0,
  2370.             "Page": 1,
  2371.             "Justify": 0,
  2372.             "EditLeft": 329,
  2373.             "EditTop": 418,
  2374.             "EditWidth": 79,
  2375.             "EditHeight": 13,
  2376.             "NumberOfLines": 1,
  2377.             "DefaultFont": "Tahoma,8,0,0",
  2378.             "DefPrecision": -1,
  2379.             "AutoCalc": 0
  2380.         },
  2381.         {
  2382.             "KeyWord": "GC2HeatCool",
  2383.             "FieldIndex": 118,
  2384.             "TypeOfField": 0,
  2385.             "CheckBox": 0,
  2386.             "Page": 1,
  2387.             "Justify": 0,
  2388.             "EditLeft": 329,
  2389.             "EditTop": 434,
  2390.             "EditWidth": 79,
  2391.             "EditHeight": 13,
  2392.             "NumberOfLines": 1,
  2393.             "DefaultFont": "Tahoma,8,0,0",
  2394.             "DefPrecision": -1,
  2395.             "AutoCalc": 0
  2396.         },
  2397.         {
  2398.             "KeyWord": "GC2EnergyEff",
  2399.             "FieldIndex": 119,
  2400.             "TypeOfField": 0,
  2401.             "CheckBox": 0,
  2402.             "Page": 1,
  2403.             "Justify": 0,
  2404.             "EditLeft": 329,
  2405.             "EditTop": 449,
  2406.             "EditWidth": 79,
  2407.             "EditHeight": 13,
  2408.             "NumberOfLines": 1,
  2409.             "DefaultFont": "Tahoma,8,0,0",
  2410.             "DefPrecision": -1,
  2411.             "AutoCalc": 0
  2412.         },
  2413.         {
  2414.             "KeyWord": "GC2GarCpt",
  2415.             "FieldIndex": 120,
  2416.             "TypeOfField": 0,
  2417.             "CheckBox": 0,
  2418.             "Page": 1,
  2419.             "Justify": 0,
  2420.             "EditLeft": 329,
  2421.             "EditTop": 465,
  2422.             "EditWidth": 79,
  2423.             "EditHeight": 13,
  2424.             "NumberOfLines": 1,
  2425.             "DefaultFont": "Tahoma,8,0,0",
  2426.             "DefPrecision": -1,
  2427.             "AutoCalc": 0
  2428.         },
  2429.         {
  2430.             "KeyWord": "GC2PorchEtc1",
  2431.             "FieldIndex": 121,
  2432.             "TypeOfField": 0,
  2433.             "CheckBox": 0,
  2434.             "Page": 1,
  2435.             "Justify": 0,
  2436.             "EditLeft": 329,
  2437.             "EditTop": 481,
  2438.             "EditWidth": 79,
  2439.             "EditHeight": 13,
  2440.             "NumberOfLines": 1,
  2441.             "DefaultFont": "Tahoma,8,0,0",
  2442.             "DefPrecision": -1,
  2443.             "AutoCalc": 0
  2444.         },
  2445.         {
  2446.             "KeyWord": "GC2PorchEtc2",
  2447.             "FieldIndex": 122,
  2448.             "TypeOfField": 0,
  2449.             "CheckBox": 0,
  2450.             "Page": 1,
  2451.             "Justify": 0,
  2452.             "EditLeft": 329,
  2453.             "EditTop": 496,
  2454.             "EditWidth": 79,
  2455.             "EditHeight": 13,
  2456.             "NumberOfLines": 1,
  2457.             "DefaultFont": "Tahoma,8,0,0",
  2458.             "DefPrecision": -1,
  2459.             "AutoCalc": 0
  2460.         },
  2461.         {
  2462.             "KeyWord": "GC2FenceEtc",
  2463.             "FieldIndex": 123,
  2464.             "TypeOfField": 0,
  2465.             "CheckBox": 0,
  2466.             "Page": 1,
  2467.             "Justify": 0,
  2468.             "EditLeft": 329,
  2469.             "EditTop": 511,
  2470.             "EditWidth": 79,
  2471.             "EditHeight": 13,
  2472.             "NumberOfLines": 1,
  2473.             "DefaultFont": "Tahoma,8,0,0",
  2474.             "DefPrecision": -1,
  2475.             "AutoCalc": 0
  2476.         },
  2477.         {
  2478.             "KeyWord": "GC2ExtraItem",
  2479.             "FieldIndex": 124,
  2480.             "TypeOfField": 0,
  2481.             "CheckBox": 0,
  2482.             "Page": 1,
  2483.             "Justify": 0,
  2484.             "EditLeft": 329,
  2485.             "EditTop": 526,
  2486.             "EditWidth": 79,
  2487.             "EditHeight": 13,
  2488.             "NumberOfLines": 1,
  2489.             "DefaultFont": "Tahoma,8,0,0",
  2490.             "DefPrecision": -1,
  2491.             "AutoCalc": 0
  2492.         },
  2493.         {
  2494.             "KeyWord": "GC2SalesFin1Adj",
  2495.             "FieldIndex": 129,
  2496.             "TypeOfField": 0,
  2497.             "CheckBox": 0,
  2498.             "Page": 1,
  2499.             "Justify": 1,
  2500.             "EditLeft": 412,
  2501.             "EditTop": 172,
  2502.             "EditWidth": 58,
  2503.             "EditHeight": 13,
  2504.             "NumberOfLines": 1,
  2505.             "DefaultFont": "Tahoma,8,0,0",
  2506.             "DefPrecision": 0,
  2507.             "AutoCalc": 0,
  2508.             "Dependencies": "-127,-128,-152"
  2509.         },
  2510.         {
  2511.             "KeyWord": "GC2SalesFin2Adj",
  2512.             "FieldIndex": 130,
  2513.             "TypeOfField": 0,
  2514.             "CheckBox": 0,
  2515.             "Page": 1,
  2516.             "Justify": 1,
  2517.             "EditLeft": 412,
  2518.             "EditTop": 187,
  2519.             "EditWidth": 58,
  2520.             "EditHeight": 13,
  2521.             "NumberOfLines": 1,
  2522.             "DefaultFont": "Tahoma,8,0,0",
  2523.             "DefPrecision": 0,
  2524.             "AutoCalc": 0,
  2525.             "Dependencies": "-127,-128,-152"
  2526.         },
  2527.         {
  2528.             "KeyWord": "GC2DateOfSaleAdj",
  2529.             "FieldIndex": 131,
  2530.             "TypeOfField": 0,
  2531.             "CheckBox": 0,
  2532.             "Page": 1,
  2533.             "Justify": 1,
  2534.             "EditLeft": 412,
  2535.             "EditTop": 202,
  2536.             "EditWidth": 58,
  2537.             "EditHeight": 13,
  2538.             "NumberOfLines": 1,
  2539.             "DefaultFont": "Tahoma,8,0,0",
  2540.             "DefPrecision": 0,
  2541.             "AutoCalc": 0,
  2542.             "Dependencies": "-127,-128,-152"
  2543.         },
  2544.         {
  2545.             "KeyWord": "GC2LocationAdj",
  2546.             "FieldIndex": 132,
  2547.             "TypeOfField": 0,
  2548.             "CheckBox": 0,
  2549.             "Page": 1,
  2550.             "Justify": 1,
  2551.             "EditLeft": 412,
  2552.             "EditTop": 218,
  2553.             "EditWidth": 58,
  2554.             "EditHeight": 13,
  2555.             "NumberOfLines": 1,
  2556.             "DefaultFont": "Tahoma,8,0,0",
  2557.             "DefPrecision": 0,
  2558.             "AutoCalc": 0,
  2559.             "Dependencies": "-127,-128,-152"
  2560.         },
  2561.         {
  2562.             "KeyWord": "GC2LeaseholdAdj",
  2563.             "FieldIndex": 133,
  2564.             "TypeOfField": 0,
  2565.             "CheckBox": 0,
  2566.             "Page": 1,
  2567.             "Justify": 1,
  2568.             "EditLeft": 412,
  2569.             "EditTop": 233,
  2570.             "EditWidth": 58,
  2571.             "EditHeight": 13,
  2572.             "NumberOfLines": 1,
  2573.             "DefaultFont": "Tahoma,8,0,0",
  2574.             "DefPrecision": 0,
  2575.             "AutoCalc": 0,
  2576.             "Dependencies": "-127,-128,-152"
  2577.         },
  2578.         {
  2579.             "KeyWord": "GC2SiteAdj",
  2580.             "FieldIndex": 134,
  2581.             "TypeOfField": 0,
  2582.             "CheckBox": 0,
  2583.             "Page": 1,
  2584.             "Justify": 1,
  2585.             "EditLeft": 412,
  2586.             "EditTop": 249,
  2587.             "EditWidth": 58,
  2588.             "EditHeight": 13,
  2589.             "NumberOfLines": 1,
  2590.             "DefaultFont": "Tahoma,8,0,0",
  2591.             "DefPrecision": 0,
  2592.             "AutoCalc": 0,
  2593.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC2SiteAdj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUSite SComp4to6.GC1Site SComp4to6.GC2Site SComp4to6.GC3Site */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC2SiteAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUSite);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Site) Then\r\n\t\t\tURAR0693.GC1SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC1Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Site) Then\r\n\t\t\tURAR0693.GC2SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC2Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Site) Then\r\n\t\t\tURAR0693.GC3SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Site) Then\r\n\t\t\tSComp4to6.GC1SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1SiteAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2Site) Then\r\n\t\t\tSComp4to6.GC2SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2SiteAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3Site) Then\r\n\t\t\tSComp4to6.GC3SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3SiteAdj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  2594.             "Dependencies": "127,128,91,152,213,66,67,188,189",
  2595.             "Updates": "73,134,195"
  2596.         },
  2597.         {
  2598.             "KeyWord": "GC2ViewAdj",
  2599.             "FieldIndex": 135,
  2600.             "TypeOfField": 0,
  2601.             "CheckBox": 0,
  2602.             "Page": 1,
  2603.             "Justify": 1,
  2604.             "EditLeft": 412,
  2605.             "EditTop": 264,
  2606.             "EditWidth": 58,
  2607.             "EditHeight": 13,
  2608.             "NumberOfLines": 1,
  2609.             "DefaultFont": "Tahoma,8,0,0",
  2610.             "DefPrecision": 0,
  2611.             "AutoCalc": 0,
  2612.             "Dependencies": "-127,-128,-152"
  2613.         },
  2614.         {
  2615.             "KeyWord": "GC2DesignAdj",
  2616.             "FieldIndex": 136,
  2617.             "TypeOfField": 0,
  2618.             "CheckBox": 0,
  2619.             "Page": 1,
  2620.             "Justify": 1,
  2621.             "EditLeft": 412,
  2622.             "EditTop": 279,
  2623.             "EditWidth": 58,
  2624.             "EditHeight": 13,
  2625.             "NumberOfLines": 1,
  2626.             "DefaultFont": "Tahoma,8,0,0",
  2627.             "DefPrecision": 0,
  2628.             "AutoCalc": 0,
  2629.             "Dependencies": "-127,-128,-152"
  2630.         },
  2631.         {
  2632.             "KeyWord": "GC2QualConstrAdj",
  2633.             "FieldIndex": 137,
  2634.             "TypeOfField": 0,
  2635.             "CheckBox": 0,
  2636.             "Page": 1,
  2637.             "Justify": 1,
  2638.             "EditLeft": 412,
  2639.             "EditTop": 295,
  2640.             "EditWidth": 58,
  2641.             "EditHeight": 13,
  2642.             "NumberOfLines": 1,
  2643.             "DefaultFont": "Tahoma,8,0,0",
  2644.             "DefPrecision": 0,
  2645.             "AutoCalc": 0,
  2646.             "Dependencies": "-127,-128,-152"
  2647.         },
  2648.         {
  2649.             "KeyWord": "GC2AgeAdj",
  2650.             "FieldIndex": 138,
  2651.             "TypeOfField": 0,
  2652.             "CheckBox": 0,
  2653.             "Page": 1,
  2654.             "Justify": 1,
  2655.             "EditLeft": 412,
  2656.             "EditTop": 310,
  2657.             "EditWidth": 58,
  2658.             "EditHeight": 13,
  2659.             "NumberOfLines": 1,
  2660.             "DefaultFont": "Tahoma,8,0,0",
  2661.             "DefPrecision": 0,
  2662.             "AutoCalc": 0,
  2663.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC2AgeAdj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUAge SComp4to6.GC1Age SComp4to6.GC2Age SComp4to6.GC3Age */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC2AgeAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUAge);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif (n1 < 1000) then\r\n\t\t\tn2 = -n2;\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Age) Then\r\n\t\t\tURAR0693.GC1AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC1Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Age) Then\r\n\t\t\tURAR0693.GC2AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC2Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Age) Then\r\n\t\t\tURAR0693.GC3AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Age) Then\r\n\t\t\tSComp4to6.GC1AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1AgeAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2Age) Then\r\n\t\t\tSComp4to6.GC2AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2AgeAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3Age) Then\r\n\t\t\tSComp4to6.GC3AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3AgeAdj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  2664.             "Dependencies": "127,128,91,152,213,66,67,188,189",
  2665.             "Updates": "77,138,199"
  2666.         },
  2667.         {
  2668.             "KeyWord": "GC2ConditionAdj",
  2669.             "FieldIndex": 139,
  2670.             "TypeOfField": 0,
  2671.             "CheckBox": 0,
  2672.             "Page": 1,
  2673.             "Justify": 1,
  2674.             "EditLeft": 412,
  2675.             "EditTop": 326,
  2676.             "EditWidth": 58,
  2677.             "EditHeight": 13,
  2678.             "NumberOfLines": 1,
  2679.             "DefaultFont": "Tahoma,8,0,0",
  2680.             "DefPrecision": 0,
  2681.             "AutoCalc": 0,
  2682.             "Dependencies": "-127,-128,-152"
  2683.         },
  2684.         {
  2685.             "KeyWord": "GC2RoomsAdj",
  2686.             "FieldIndex": 140,
  2687.             "TypeOfField": 0,
  2688.             "CheckBox": 0,
  2689.             "Page": 1,
  2690.             "Justify": 1,
  2691.             "EditLeft": 412,
  2692.             "EditTop": 357,
  2693.             "EditWidth": 58,
  2694.             "EditHeight": 13,
  2695.             "NumberOfLines": 1,
  2696.             "DefaultFont": "Tahoma,8,0,0",
  2697.             "DefPrecision": 0,
  2698.             "AutoCalc": 0,
  2699.             "Dependencies": "-127,-128,-152"
  2700.         },
  2701.         {
  2702.             "KeyWord": "GC2GLASqFtAdj",
  2703.             "FieldIndex": 141,
  2704.             "TypeOfField": 0,
  2705.             "CheckBox": 0,
  2706.             "Page": 1,
  2707.             "Justify": 1,
  2708.             "EditLeft": 412,
  2709.             "EditTop": 372,
  2710.             "EditWidth": 58,
  2711.             "EditHeight": 13,
  2712.             "NumberOfLines": 1,
  2713.             "DefaultFont": "Tahoma,8,0,0",
  2714.             "DefPrecision": 0,
  2715.             "AutoCalc": 0,
  2716.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC2GLASqFtAdj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUGLASqFt SComp4to6.GC1GLASqFt SComp4to6.GC2GLASqFt SComp4to6.GC3GLASqFt */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC2GLASqFtAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUGLASqFt);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1GLASqFt) Then\r\n\t\t\tURAR0693.GC1GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC1GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2GLASqFt) Then\r\n\t\t\tURAR0693.GC2GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC2GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3GLASqFt) Then\r\n\t\t\tURAR0693.GC3GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1GLASqFt) Then\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC1GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2GLASqFt) Then\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC2GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3GLASqFt) Then\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  2717.             "Dependencies": "127,128,91,152,213,66,67,188,189",
  2718.             "Updates": "80,141,202"
  2719.         },
  2720.         {
  2721.             "KeyWord": "GC2BsmRooms1Adj",
  2722.             "FieldIndex": 142,
  2723.             "TypeOfField": 0,
  2724.             "CheckBox": 0,
  2725.             "Page": 1,
  2726.             "Justify": 1,
  2727.             "EditLeft": 412,
  2728.             "EditTop": 388,
  2729.             "EditWidth": 58,
  2730.             "EditHeight": 13,
  2731.             "NumberOfLines": 1,
  2732.             "DefaultFont": "Tahoma,8,0,0",
  2733.             "DefPrecision": 0,
  2734.             "AutoCalc": 0,
  2735.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC2BsmRooms1Adj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUBsmRooms1 SComp4to6.GC1BsmRooms1 SComp4to6.GC1BsmRooms1 SComp4to6.GC2BsmRooms1 SComp4to6.GC3BsmRooms1 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC2BsmRooms1Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms1);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms1) Then\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms1) Then\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms1) Then\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms1) Then\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms1) Then\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms1) Then\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  2736.             "Dependencies": "127,128,91,152,213,66,67,188,189",
  2737.             "Updates": "81,142,203"
  2738.         },
  2739.         {
  2740.             "KeyWord": "GC2BsmRooms2Adj",
  2741.             "FieldIndex": 143,
  2742.             "TypeOfField": 0,
  2743.             "CheckBox": 0,
  2744.             "Page": 1,
  2745.             "Justify": 1,
  2746.             "EditLeft": 412,
  2747.             "EditTop": 403,
  2748.             "EditWidth": 58,
  2749.             "EditHeight": 13,
  2750.             "NumberOfLines": 1,
  2751.             "DefaultFont": "Tahoma,8,0,0",
  2752.             "DefPrecision": 0,
  2753.             "AutoCalc": 0,
  2754.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC2BsmRooms2Adj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GC1BsmRooms2 SComp4to6.GC2BsmRooms2 SComp4to6.GC3BsmRooms2 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC2BsmRooms2Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms2);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms2) Then\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms2) Then\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms2) Then\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms2) Then\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms2) Then\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms2) Then\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  2755.             "Dependencies": "127,128,91,152,213,66,67,188,189",
  2756.             "Updates": "82,143,204"
  2757.         },
  2758.         {
  2759.             "KeyWord": "GC2FuncUtilAdj",
  2760.             "FieldIndex": 144,
  2761.             "TypeOfField": 0,
  2762.             "CheckBox": 0,
  2763.             "Page": 1,
  2764.             "Justify": 1,
  2765.             "EditLeft": 412,
  2766.             "EditTop": 418,
  2767.             "EditWidth": 58,
  2768.             "EditHeight": 13,
  2769.             "NumberOfLines": 1,
  2770.             "DefaultFont": "Tahoma,8,0,0",
  2771.             "DefPrecision": 0,
  2772.             "AutoCalc": 0,
  2773.             "Dependencies": "-127,-128,-152"
  2774.         },
  2775.         {
  2776.             "KeyWord": "GC2HeatCoolAdj",
  2777.             "FieldIndex": 145,
  2778.             "TypeOfField": 0,
  2779.             "CheckBox": 0,
  2780.             "Page": 1,
  2781.             "Justify": 1,
  2782.             "EditLeft": 412,
  2783.             "EditTop": 434,
  2784.             "EditWidth": 58,
  2785.             "EditHeight": 13,
  2786.             "NumberOfLines": 1,
  2787.             "DefaultFont": "Tahoma,8,0,0",
  2788.             "DefPrecision": 0,
  2789.             "AutoCalc": 0,
  2790.             "Dependencies": "-127,-128,-152"
  2791.         },
  2792.         {
  2793.             "KeyWord": "GC2EnergyEffAdj",
  2794.             "FieldIndex": 146,
  2795.             "TypeOfField": 0,
  2796.             "CheckBox": 0,
  2797.             "Page": 1,
  2798.             "Justify": 1,
  2799.             "EditLeft": 412,
  2800.             "EditTop": 449,
  2801.             "EditWidth": 58,
  2802.             "EditHeight": 13,
  2803.             "NumberOfLines": 1,
  2804.             "DefaultFont": "Tahoma,8,0,0",
  2805.             "DefPrecision": 0,
  2806.             "AutoCalc": 0,
  2807.             "Dependencies": "-127,-128,-152"
  2808.         },
  2809.         {
  2810.             "KeyWord": "GC2GarCptAdj",
  2811.             "FieldIndex": 147,
  2812.             "TypeOfField": 0,
  2813.             "CheckBox": 0,
  2814.             "Page": 1,
  2815.             "Justify": 1,
  2816.             "EditLeft": 412,
  2817.             "EditTop": 465,
  2818.             "EditWidth": 58,
  2819.             "EditHeight": 13,
  2820.             "NumberOfLines": 1,
  2821.             "DefaultFont": "Tahoma,8,0,0",
  2822.             "DefPrecision": 0,
  2823.             "AutoCalc": 0,
  2824.             "Dependencies": "-127,-128,-152"
  2825.         },
  2826.         {
  2827.             "KeyWord": "GC2PorchEtc1Adj",
  2828.             "FieldIndex": 148,
  2829.             "TypeOfField": 0,
  2830.             "CheckBox": 0,
  2831.             "Page": 1,
  2832.             "Justify": 1,
  2833.             "EditLeft": 412,
  2834.             "EditTop": 481,
  2835.             "EditWidth": 58,
  2836.             "EditHeight": 13,
  2837.             "NumberOfLines": 1,
  2838.             "DefaultFont": "Tahoma,8,0,0",
  2839.             "DefPrecision": 0,
  2840.             "AutoCalc": 0,
  2841.             "Dependencies": "-127,-128,-152"
  2842.         },
  2843.         {
  2844.             "KeyWord": "GC2PorchEtc2Adj",
  2845.             "FieldIndex": 149,
  2846.             "TypeOfField": 0,
  2847.             "CheckBox": 0,
  2848.             "Page": 1,
  2849.             "Justify": 1,
  2850.             "EditLeft": 412,
  2851.             "EditTop": 496,
  2852.             "EditWidth": 58,
  2853.             "EditHeight": 13,
  2854.             "NumberOfLines": 1,
  2855.             "DefaultFont": "Tahoma,8,0,0",
  2856.             "DefPrecision": 0,
  2857.             "AutoCalc": 0,
  2858.             "Dependencies": "-127,-128,-152"
  2859.         },
  2860.         {
  2861.             "KeyWord": "GC2FenceEtcAdj",
  2862.             "FieldIndex": 150,
  2863.             "TypeOfField": 0,
  2864.             "CheckBox": 0,
  2865.             "Page": 1,
  2866.             "Justify": 1,
  2867.             "EditLeft": 412,
  2868.             "EditTop": 511,
  2869.             "EditWidth": 58,
  2870.             "EditHeight": 13,
  2871.             "NumberOfLines": 1,
  2872.             "DefaultFont": "Tahoma,8,0,0",
  2873.             "DefPrecision": 0,
  2874.             "AutoCalc": 0,
  2875.             "Dependencies": "-127,-128,-152"
  2876.         },
  2877.         {
  2878.             "KeyWord": "GC2ExtraItemAdj",
  2879.             "FieldIndex": 151,
  2880.             "TypeOfField": 0,
  2881.             "CheckBox": 0,
  2882.             "Page": 1,
  2883.             "Justify": 1,
  2884.             "EditLeft": 412,
  2885.             "EditTop": 526,
  2886.             "EditWidth": 58,
  2887.             "EditHeight": 13,
  2888.             "NumberOfLines": 1,
  2889.             "DefaultFont": "Tahoma,8,0,0",
  2890.             "DefPrecision": 0,
  2891.             "AutoCalc": 0,
  2892.             "Dependencies": "-127,-128,-152"
  2893.         },
  2894.         {
  2895.             "KeyWord": "GC2NetAdjAmt",
  2896.             "FieldIndex": 152,
  2897.             "TypeOfField": 0,
  2898.             "CheckBox": 0,
  2899.             "Page": 1,
  2900.             "Justify": 1,
  2901.             "EditLeft": 405,
  2902.             "EditTop": 542,
  2903.             "EditWidth": 65,
  2904.             "EditHeight": 13,
  2905.             "NumberOfLines": 1,
  2906.             "DefaultFont": "Tahoma,8,0,0",
  2907.             "DefPrecision": 0,
  2908.             "AutoCalc": 0,
  2909.             "Formula": "routine main() returns nothing is\r\n/* no depends SComp4to6.GC2Plus_Box SComp4to6.GC2Minus_Box */\r\nbegin\r\n\tfloat adj, price;\r\n\tadj =\tatoi(SComp4to6.GC2SalesFin1Adj)  + atof(SComp4to6.GC2SalesFin2Adj) + \r\n\t\t\tatof(SComp4to6.GC2DateOfSaleAdj) + atof(SComp4to6.GC2LocationAdj) +\r\n\t\t\tatof(SComp4to6.GC2LeaseholdAdj)\t + atof(SComp4to6.GC2SiteAdj) +\r\n\t\t\tatof(SComp4to6.GC2ViewAdj)\t\t + atof(SComp4to6.GC2DesignAdj) +\r\n\t\t\tatof(SComp4to6.GC2QualConstrAdj) + atof(SComp4to6.GC2AgeAdj) +\r\n\t\t\tatof(SComp4to6.GC2ConditionAdj)\t + atof(SComp4to6.GC2RoomsAdj) +\r\n\t\t\tatof(SComp4to6.GC2GLASqFtAdj)\t + atof(SComp4to6.GC2BsmRooms1Adj) +\r\n\t\t\tatof(SComp4to6.GC2BsmRooms2Adj)\t + atof(SComp4to6.GC2FuncUtilAdj) +\r\n\t\t\tatof(SComp4to6.GC2HeatCoolAdj)\t + atof(SComp4to6.GC2EnergyEffAdj) +\r\n\t\t\tatof(SComp4to6.GC2GarCptAdj)\t + atof(SComp4to6.GC2PorchEtc1Adj) +\r\n\t\t\tatof(SComp4to6.GC2PorchEtc2Adj)\t + atof(SComp4to6.GC2FenceEtcAdj) +\r\n\t\t\tatof(SComp4to6.GC2ExtraItemAdj);\r\n\r\n\tprice = atof(SComp4to6.GC2SalePrice);\r\n\tSComp4to6.GC2NetAdjAmt = ToString(Round(adj));\r\n\tSComp4to6.GC2IndValue = ToString(Round(price+adj));\r\n\r\n\tif adj >= 0 Then\r\n\tbegin\r\n\t\tSComp4to6.GC2Plus_Box = \"X\";\r\n\t\tSComp4to6.GC2Minus_Box = \"\";\r\n\tend;\r\n\telse\r\n\tbegin\r\n\t\tSComp4to6.GC2Plus_Box = \"\";\r\n\t\tSComp4to6.GC2Minus_Box = \"X\";\r\n\tend;\r\nend;\r\n",
  2910.             "Updates": "152,153,125,126"
  2911.         },
  2912.         {
  2913.             "KeyWord": "GC2IndValue",
  2914.             "FieldIndex": 153,
  2915.             "TypeOfField": 0,
  2916.             "CheckBox": 0,
  2917.             "Page": 1,
  2918.             "Justify": 1,
  2919.             "EditLeft": 404,
  2920.             "EditTop": 573,
  2921.             "EditWidth": 66,
  2922.             "EditHeight": 13,
  2923.             "NumberOfLines": 1,
  2924.             "DefaultFont": "Tahoma,8,0,0",
  2925.             "DefPrecision": 0,
  2926.             "AutoCalc": 0
  2927.         },
  2928.         {
  2929.             "KeyWord": "GC3SalesFin1",
  2930.             "FieldIndex": 161,
  2931.             "TypeOfField": 0,
  2932.             "CheckBox": 0,
  2933.             "Page": 1,
  2934.             "Justify": 0,
  2935.             "EditLeft": 474,
  2936.             "EditTop": 172,
  2937.             "EditWidth": 79,
  2938.             "EditHeight": 13,
  2939.             "NumberOfLines": 1,
  2940.             "DefaultFont": "Tahoma,8,0,0",
  2941.             "DefPrecision": -1,
  2942.             "AutoCalc": 0
  2943.         },
  2944.         {
  2945.             "KeyWord": "GC3SalesFin2",
  2946.             "FieldIndex": 162,
  2947.             "TypeOfField": 0,
  2948.             "CheckBox": 0,
  2949.             "Page": 1,
  2950.             "Justify": 0,
  2951.             "EditLeft": 474,
  2952.             "EditTop": 187,
  2953.             "EditWidth": 79,
  2954.             "EditHeight": 13,
  2955.             "NumberOfLines": 1,
  2956.             "DefaultFont": "Tahoma,8,0,0",
  2957.             "DefPrecision": -1,
  2958.             "AutoCalc": 0
  2959.         },
  2960.         {
  2961.             "KeyWord": "GC3DateOfSale",
  2962.             "FieldIndex": 163,
  2963.             "TypeOfField": 0,
  2964.             "CheckBox": 0,
  2965.             "Page": 1,
  2966.             "Justify": 0,
  2967.             "EditLeft": 474,
  2968.             "EditTop": 202,
  2969.             "EditWidth": 79,
  2970.             "EditHeight": 13,
  2971.             "NumberOfLines": 1,
  2972.             "DefaultFont": "Tahoma,8,0,0",
  2973.             "DefPrecision": -1,
  2974.             "AutoCalc": 0
  2975.         },
  2976.         {
  2977.             "KeyWord": "GC3Location",
  2978.             "FieldIndex": 164,
  2979.             "TypeOfField": 0,
  2980.             "CheckBox": 0,
  2981.             "Page": 1,
  2982.             "Justify": 0,
  2983.             "EditLeft": 474,
  2984.             "EditTop": 218,
  2985.             "EditWidth": 79,
  2986.             "EditHeight": 13,
  2987.             "NumberOfLines": 1,
  2988.             "DefaultFont": "Tahoma,8,0,0",
  2989.             "DefPrecision": -1,
  2990.             "AutoCalc": 0
  2991.         },
  2992.         {
  2993.             "KeyWord": "GC3Leasehold",
  2994.             "FieldIndex": 165,
  2995.             "TypeOfField": 0,
  2996.             "CheckBox": 0,
  2997.             "Page": 1,
  2998.             "Justify": 0,
  2999.             "EditLeft": 474,
  3000.             "EditTop": 233,
  3001.             "EditWidth": 79,
  3002.             "EditHeight": 13,
  3003.             "NumberOfLines": 1,
  3004.             "DefaultFont": "Tahoma,8,0,0",
  3005.             "DefPrecision": -1,
  3006.             "AutoCalc": 0
  3007.         },
  3008.         {
  3009.             "KeyWord": "GC3Site",
  3010.             "FieldIndex": 166,
  3011.             "TypeOfField": 0,
  3012.             "CheckBox": 0,
  3013.             "Page": 1,
  3014.             "Justify": 0,
  3015.             "EditLeft": 474,
  3016.             "EditTop": 249,
  3017.             "EditWidth": 79,
  3018.             "EditHeight": 13,
  3019.             "NumberOfLines": 1,
  3020.             "DefaultFont": "Tahoma,8,0,0",
  3021.             "DefPrecision": -1,
  3022.             "AutoCalc": 0
  3023.         },
  3024.         {
  3025.             "KeyWord": "GC3View",
  3026.             "FieldIndex": 167,
  3027.             "TypeOfField": 0,
  3028.             "CheckBox": 0,
  3029.             "Page": 1,
  3030.             "Justify": 0,
  3031.             "EditLeft": 474,
  3032.             "EditTop": 264,
  3033.             "EditWidth": 79,
  3034.             "EditHeight": 13,
  3035.             "NumberOfLines": 1,
  3036.             "DefaultFont": "Tahoma,8,0,0",
  3037.             "DefPrecision": -1,
  3038.             "AutoCalc": 0
  3039.         },
  3040.         {
  3041.             "KeyWord": "GC3Design",
  3042.             "FieldIndex": 168,
  3043.             "TypeOfField": 0,
  3044.             "CheckBox": 0,
  3045.             "Page": 1,
  3046.             "Justify": 0,
  3047.             "EditLeft": 474,
  3048.             "EditTop": 279,
  3049.             "EditWidth": 79,
  3050.             "EditHeight": 13,
  3051.             "NumberOfLines": 1,
  3052.             "DefaultFont": "Tahoma,8,0,0",
  3053.             "DefPrecision": -1,
  3054.             "AutoCalc": 0
  3055.         },
  3056.         {
  3057.             "KeyWord": "GC3QualConstr",
  3058.             "FieldIndex": 169,
  3059.             "TypeOfField": 0,
  3060.             "CheckBox": 0,
  3061.             "Page": 1,
  3062.             "Justify": 0,
  3063.             "EditLeft": 474,
  3064.             "EditTop": 295,
  3065.             "EditWidth": 79,
  3066.             "EditHeight": 13,
  3067.             "NumberOfLines": 1,
  3068.             "DefaultFont": "Tahoma,8,0,0",
  3069.             "DefPrecision": -1,
  3070.             "AutoCalc": 0
  3071.         },
  3072.         {
  3073.             "KeyWord": "GC3Age",
  3074.             "FieldIndex": 170,
  3075.             "TypeOfField": 0,
  3076.             "CheckBox": 0,
  3077.             "Page": 1,
  3078.             "Justify": 0,
  3079.             "EditLeft": 474,
  3080.             "EditTop": 310,
  3081.             "EditWidth": 79,
  3082.             "EditHeight": 13,
  3083.             "NumberOfLines": 1,
  3084.             "DefaultFont": "Tahoma,8,0,0",
  3085.             "DefPrecision": 0,
  3086.             "AutoCalc": 0
  3087.         },
  3088.         {
  3089.             "KeyWord": "GC3Condition",
  3090.             "FieldIndex": 171,
  3091.             "TypeOfField": 0,
  3092.             "CheckBox": 0,
  3093.             "Page": 1,
  3094.             "Justify": 0,
  3095.             "EditLeft": 474,
  3096.             "EditTop": 326,
  3097.             "EditWidth": 79,
  3098.             "EditHeight": 13,
  3099.             "NumberOfLines": 1,
  3100.             "DefaultFont": "Tahoma,8,0,0",
  3101.             "DefPrecision": -1,
  3102.             "AutoCalc": 0
  3103.         },
  3104.         {
  3105.             "KeyWord": "GC3TotRooms",
  3106.             "FieldIndex": 172,
  3107.             "TypeOfField": 0,
  3108.             "CheckBox": 0,
  3109.             "Page": 1,
  3110.             "Justify": 2,
  3111.             "EditLeft": 473,
  3112.             "EditTop": 357,
  3113.             "EditWidth": 22,
  3114.             "EditHeight": 13,
  3115.             "NumberOfLines": 1,
  3116.             "DefaultFont": "Tahoma,8,0,0",
  3117.             "DefPrecision": 0,
  3118.             "AutoCalc": 0
  3119.         },
  3120.         {
  3121.             "KeyWord": "GC3BedRooms",
  3122.             "FieldIndex": 173,
  3123.             "TypeOfField": 0,
  3124.             "CheckBox": 0,
  3125.             "Page": 1,
  3126.             "Justify": 2,
  3127.             "EditLeft": 498,
  3128.             "EditTop": 357,
  3129.             "EditWidth": 23,
  3130.             "EditHeight": 13,
  3131.             "NumberOfLines": 1,
  3132.             "DefaultFont": "Tahoma,8,0,0",
  3133.             "DefPrecision": 0,
  3134.             "AutoCalc": 0
  3135.         },
  3136.         {
  3137.             "KeyWord": "GC3Baths",
  3138.             "FieldIndex": 174,
  3139.             "TypeOfField": 0,
  3140.             "CheckBox": 0,
  3141.             "Page": 1,
  3142.             "Justify": 2,
  3143.             "EditLeft": 524,
  3144.             "EditTop": 357,
  3145.             "EditWidth": 29,
  3146.             "EditHeight": 13,
  3147.             "NumberOfLines": 1,
  3148.             "DefaultFont": "Tahoma,8,0,0",
  3149.             "DefPrecision": 2,
  3150.             "AutoCalc": 0
  3151.         },
  3152.         {
  3153.             "KeyWord": "GC3GLASqFt",
  3154.             "FieldIndex": 175,
  3155.             "TypeOfField": 0,
  3156.             "CheckBox": 0,
  3157.             "Page": 1,
  3158.             "Justify": 0,
  3159.             "EditLeft": 474,
  3160.             "EditTop": 372,
  3161.             "EditWidth": 49,
  3162.             "EditHeight": 13,
  3163.             "NumberOfLines": 1,
  3164.             "DefaultFont": "Tahoma,8,0,0",
  3165.             "DefPrecision": 0,
  3166.             "AutoCalc": 0,
  3167.             "Dependencies": "-158"
  3168.         },
  3169.         {
  3170.             "KeyWord": "GC3BsmRooms1",
  3171.             "FieldIndex": 176,
  3172.             "TypeOfField": 0,
  3173.             "CheckBox": 0,
  3174.             "Page": 1,
  3175.             "Justify": 0,
  3176.             "EditLeft": 474,
  3177.             "EditTop": 388,
  3178.             "EditWidth": 79,
  3179.             "EditHeight": 13,
  3180.             "NumberOfLines": 1,
  3181.             "DefaultFont": "Tahoma,8,0,0",
  3182.             "DefPrecision": -1,
  3183.             "AutoCalc": 0
  3184.         },
  3185.         {
  3186.             "KeyWord": "GC3BsmRooms2",
  3187.             "FieldIndex": 177,
  3188.             "TypeOfField": 0,
  3189.             "CheckBox": 0,
  3190.             "Page": 1,
  3191.             "Justify": 0,
  3192.             "EditLeft": 474,
  3193.             "EditTop": 403,
  3194.             "EditWidth": 79,
  3195.             "EditHeight": 13,
  3196.             "NumberOfLines": 1,
  3197.             "DefaultFont": "Tahoma,8,0,0",
  3198.             "DefPrecision": -1,
  3199.             "AutoCalc": 0
  3200.         },
  3201.         {
  3202.             "KeyWord": "GC3FuncUtil",
  3203.             "FieldIndex": 178,
  3204.             "TypeOfField": 0,
  3205.             "CheckBox": 0,
  3206.             "Page": 1,
  3207.             "Justify": 0,
  3208.             "EditLeft": 474,
  3209.             "EditTop": 418,
  3210.             "EditWidth": 79,
  3211.             "EditHeight": 13,
  3212.             "NumberOfLines": 1,
  3213.             "DefaultFont": "Tahoma,8,0,0",
  3214.             "DefPrecision": -1,
  3215.             "AutoCalc": 0
  3216.         },
  3217.         {
  3218.             "KeyWord": "GC3HeatCool",
  3219.             "FieldIndex": 179,
  3220.             "TypeOfField": 0,
  3221.             "CheckBox": 0,
  3222.             "Page": 1,
  3223.             "Justify": 0,
  3224.             "EditLeft": 474,
  3225.             "EditTop": 434,
  3226.             "EditWidth": 79,
  3227.             "EditHeight": 13,
  3228.             "NumberOfLines": 1,
  3229.             "DefaultFont": "Tahoma,8,0,0",
  3230.             "DefPrecision": -1,
  3231.             "AutoCalc": 0
  3232.         },
  3233.         {
  3234.             "KeyWord": "GC3EnergyEff",
  3235.             "FieldIndex": 180,
  3236.             "TypeOfField": 0,
  3237.             "CheckBox": 0,
  3238.             "Page": 1,
  3239.             "Justify": 0,
  3240.             "EditLeft": 474,
  3241.             "EditTop": 449,
  3242.             "EditWidth": 79,
  3243.             "EditHeight": 13,
  3244.             "NumberOfLines": 1,
  3245.             "DefaultFont": "Tahoma,8,0,0",
  3246.             "DefPrecision": -1,
  3247.             "AutoCalc": 0
  3248.         },
  3249.         {
  3250.             "KeyWord": "GC3GarCpt",
  3251.             "FieldIndex": 181,
  3252.             "TypeOfField": 0,
  3253.             "CheckBox": 0,
  3254.             "Page": 1,
  3255.             "Justify": 0,
  3256.             "EditLeft": 474,
  3257.             "EditTop": 465,
  3258.             "EditWidth": 79,
  3259.             "EditHeight": 13,
  3260.             "NumberOfLines": 1,
  3261.             "DefaultFont": "Tahoma,8,0,0",
  3262.             "DefPrecision": -1,
  3263.             "AutoCalc": 0
  3264.         },
  3265.         {
  3266.             "KeyWord": "GC3PorchEtc1",
  3267.             "FieldIndex": 182,
  3268.             "TypeOfField": 0,
  3269.             "CheckBox": 0,
  3270.             "Page": 1,
  3271.             "Justify": 0,
  3272.             "EditLeft": 474,
  3273.             "EditTop": 481,
  3274.             "EditWidth": 79,
  3275.             "EditHeight": 13,
  3276.             "NumberOfLines": 1,
  3277.             "DefaultFont": "Tahoma,8,0,0",
  3278.             "DefPrecision": -1,
  3279.             "AutoCalc": 0
  3280.         },
  3281.         {
  3282.             "KeyWord": "GC3PorchEtc2",
  3283.             "FieldIndex": 183,
  3284.             "TypeOfField": 0,
  3285.             "CheckBox": 0,
  3286.             "Page": 1,
  3287.             "Justify": 0,
  3288.             "EditLeft": 474,
  3289.             "EditTop": 496,
  3290.             "EditWidth": 79,
  3291.             "EditHeight": 13,
  3292.             "NumberOfLines": 1,
  3293.             "DefaultFont": "Tahoma,8,0,0",
  3294.             "DefPrecision": -1,
  3295.             "AutoCalc": 0
  3296.         },
  3297.         {
  3298.             "KeyWord": "GC3FenceEtc",
  3299.             "FieldIndex": 184,
  3300.             "TypeOfField": 0,
  3301.             "CheckBox": 0,
  3302.             "Page": 1,
  3303.             "Justify": 0,
  3304.             "EditLeft": 474,
  3305.             "EditTop": 511,
  3306.             "EditWidth": 79,
  3307.             "EditHeight": 13,
  3308.             "NumberOfLines": 1,
  3309.             "DefaultFont": "Tahoma,8,0,0",
  3310.             "DefPrecision": -1,
  3311.             "AutoCalc": 0
  3312.         },
  3313.         {
  3314.             "KeyWord": "GC3ExtraItem",
  3315.             "FieldIndex": 185,
  3316.             "TypeOfField": 0,
  3317.             "CheckBox": 0,
  3318.             "Page": 1,
  3319.             "Justify": 0,
  3320.             "EditLeft": 474,
  3321.             "EditTop": 526,
  3322.             "EditWidth": 79,
  3323.             "EditHeight": 13,
  3324.             "NumberOfLines": 1,
  3325.             "DefaultFont": "Tahoma,8,0,0",
  3326.             "DefPrecision": -1,
  3327.             "AutoCalc": 0
  3328.         },
  3329.         {
  3330.             "KeyWord": "GC3SalesFin1Adj",
  3331.             "FieldIndex": 190,
  3332.             "TypeOfField": 0,
  3333.             "CheckBox": 0,
  3334.             "Page": 1,
  3335.             "Justify": 1,
  3336.             "EditLeft": 557,
  3337.             "EditTop": 172,
  3338.             "EditWidth": 58,
  3339.             "EditHeight": 13,
  3340.             "NumberOfLines": 1,
  3341.             "DefaultFont": "Tahoma,8,0,0",
  3342.             "DefPrecision": 0,
  3343.             "AutoCalc": 0,
  3344.             "Dependencies": "-188,-189,-213"
  3345.         },
  3346.         {
  3347.             "KeyWord": "GC3SalesFin2Adj",
  3348.             "FieldIndex": 191,
  3349.             "TypeOfField": 0,
  3350.             "CheckBox": 0,
  3351.             "Page": 1,
  3352.             "Justify": 1,
  3353.             "EditLeft": 557,
  3354.             "EditTop": 187,
  3355.             "EditWidth": 58,
  3356.             "EditHeight": 13,
  3357.             "NumberOfLines": 1,
  3358.             "DefaultFont": "Tahoma,8,0,0",
  3359.             "DefPrecision": 0,
  3360.             "AutoCalc": 0,
  3361.             "Dependencies": "-188,-189,-213"
  3362.         },
  3363.         {
  3364.             "KeyWord": "GC3DateOfSaleAdj",
  3365.             "FieldIndex": 192,
  3366.             "TypeOfField": 0,
  3367.             "CheckBox": 0,
  3368.             "Page": 1,
  3369.             "Justify": 1,
  3370.             "EditLeft": 557,
  3371.             "EditTop": 202,
  3372.             "EditWidth": 58,
  3373.             "EditHeight": 13,
  3374.             "NumberOfLines": 1,
  3375.             "DefaultFont": "Tahoma,8,0,0",
  3376.             "DefPrecision": 0,
  3377.             "AutoCalc": 0,
  3378.             "Dependencies": "-188,-189,-213"
  3379.         },
  3380.         {
  3381.             "KeyWord": "GC3LocationAdj",
  3382.             "FieldIndex": 193,
  3383.             "TypeOfField": 0,
  3384.             "CheckBox": 0,
  3385.             "Page": 1,
  3386.             "Justify": 1,
  3387.             "EditLeft": 557,
  3388.             "EditTop": 218,
  3389.             "EditWidth": 58,
  3390.             "EditHeight": 13,
  3391.             "NumberOfLines": 1,
  3392.             "DefaultFont": "Tahoma,8,0,0",
  3393.             "DefPrecision": 0,
  3394.             "AutoCalc": 0,
  3395.             "Dependencies": "-188,-189,-213"
  3396.         },
  3397.         {
  3398.             "KeyWord": "GC3LeaseholdAdj",
  3399.             "FieldIndex": 194,
  3400.             "TypeOfField": 0,
  3401.             "CheckBox": 0,
  3402.             "Page": 1,
  3403.             "Justify": 1,
  3404.             "EditLeft": 557,
  3405.             "EditTop": 233,
  3406.             "EditWidth": 58,
  3407.             "EditHeight": 13,
  3408.             "NumberOfLines": 1,
  3409.             "DefaultFont": "Tahoma,8,0,0",
  3410.             "DefPrecision": 0,
  3411.             "AutoCalc": 0,
  3412.             "Dependencies": "-188,-189,-213"
  3413.         },
  3414.         {
  3415.             "KeyWord": "GC3SiteAdj",
  3416.             "FieldIndex": 195,
  3417.             "TypeOfField": 0,
  3418.             "CheckBox": 0,
  3419.             "Page": 1,
  3420.             "Justify": 1,
  3421.             "EditLeft": 557,
  3422.             "EditTop": 249,
  3423.             "EditWidth": 58,
  3424.             "EditHeight": 13,
  3425.             "NumberOfLines": 1,
  3426.             "DefaultFont": "Tahoma,8,0,0",
  3427.             "DefPrecision": 0,
  3428.             "AutoCalc": 0,
  3429.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC3SiteAdj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUSite SComp4to6.GC1Site SComp4to6.GC2Site SComp4to6.GC3Site */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC3SiteAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUSite);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Site) Then\r\n\t\t\tURAR0693.GC1SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC1Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Site) Then\r\n\t\t\tURAR0693.GC2SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC2Site)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2SiteAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Site) Then\r\n\t\t\tURAR0693.GC3SiteAdj = ToString(Round(((n1 - atof(URAR0693.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3SiteAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Site) Then\r\n\t\t\tSComp4to6.GC1SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1SiteAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2Site) Then\r\n\t\t\tSComp4to6.GC2SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2SiteAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3Site) Then\r\n\t\t\tSComp4to6.GC3SiteAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Site)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3SiteAdj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  3430.             "Dependencies": "188,189,91,152,213,66,67,127,128",
  3431.             "Updates": "73,134,195"
  3432.         },
  3433.         {
  3434.             "KeyWord": "GC3ViewAdj",
  3435.             "FieldIndex": 196,
  3436.             "TypeOfField": 0,
  3437.             "CheckBox": 0,
  3438.             "Page": 1,
  3439.             "Justify": 1,
  3440.             "EditLeft": 557,
  3441.             "EditTop": 264,
  3442.             "EditWidth": 58,
  3443.             "EditHeight": 13,
  3444.             "NumberOfLines": 1,
  3445.             "DefaultFont": "Tahoma,8,0,0",
  3446.             "DefPrecision": 0,
  3447.             "AutoCalc": 0,
  3448.             "Dependencies": "-188,-189,-213"
  3449.         },
  3450.         {
  3451.             "KeyWord": "GC3DesignAdj",
  3452.             "FieldIndex": 197,
  3453.             "TypeOfField": 0,
  3454.             "CheckBox": 0,
  3455.             "Page": 1,
  3456.             "Justify": 1,
  3457.             "EditLeft": 557,
  3458.             "EditTop": 279,
  3459.             "EditWidth": 58,
  3460.             "EditHeight": 13,
  3461.             "NumberOfLines": 1,
  3462.             "DefaultFont": "Tahoma,8,0,0",
  3463.             "DefPrecision": 0,
  3464.             "AutoCalc": 0,
  3465.             "Dependencies": "-188,-189,-213"
  3466.         },
  3467.         {
  3468.             "KeyWord": "GC3QualConstrAdj",
  3469.             "FieldIndex": 198,
  3470.             "TypeOfField": 0,
  3471.             "CheckBox": 0,
  3472.             "Page": 1,
  3473.             "Justify": 1,
  3474.             "EditLeft": 557,
  3475.             "EditTop": 295,
  3476.             "EditWidth": 58,
  3477.             "EditHeight": 13,
  3478.             "NumberOfLines": 1,
  3479.             "DefaultFont": "Tahoma,8,0,0",
  3480.             "DefPrecision": 0,
  3481.             "AutoCalc": 0,
  3482.             "Dependencies": "-188,-189,-213"
  3483.         },
  3484.         {
  3485.             "KeyWord": "GC3AgeAdj",
  3486.             "FieldIndex": 199,
  3487.             "TypeOfField": 0,
  3488.             "CheckBox": 0,
  3489.             "Page": 1,
  3490.             "Justify": 1,
  3491.             "EditLeft": 557,
  3492.             "EditTop": 310,
  3493.             "EditWidth": 58,
  3494.             "EditHeight": 13,
  3495.             "NumberOfLines": 1,
  3496.             "DefaultFont": "Tahoma,8,0,0",
  3497.             "DefPrecision": 0,
  3498.             "AutoCalc": 0,
  3499.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC3AgeAdj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUAge SComp4to6.GC1Age SComp4to6.GC2Age SComp4to6.GC3Age */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC3AgeAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUAge);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif (n1 < 1000) then\r\n\t\t\tn2 = -n2;\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1Age) Then\r\n\t\t\tURAR0693.GC1AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC1Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2Age) Then\r\n\t\t\tURAR0693.GC2AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC2Age)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2AgeAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3Age) Then\r\n\t\t\tURAR0693.GC3AgeAdj = ToString(Round(((n1 - atof(URAR0693.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3AgeAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1Age) Then\r\n\t\t\tSComp4to6.GC1AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC1Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1AgeAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2Age) Then\r\n\t\t\tSComp4to6.GC2AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC2Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2AgeAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3Age) Then\r\n\t\t\tSComp4to6.GC3AgeAdj = ToString(Round(((n1 - atof(SComp4to6.GC3Age)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3AgeAdj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  3500.             "Dependencies": "188,189,91,152,213,66,67,127,128",
  3501.             "Updates": "77,138,199"
  3502.         },
  3503.         {
  3504.             "KeyWord": "GC3ConditionAdj",
  3505.             "FieldIndex": 200,
  3506.             "TypeOfField": 0,
  3507.             "CheckBox": 0,
  3508.             "Page": 1,
  3509.             "Justify": 1,
  3510.             "EditLeft": 557,
  3511.             "EditTop": 326,
  3512.             "EditWidth": 58,
  3513.             "EditHeight": 13,
  3514.             "NumberOfLines": 1,
  3515.             "DefaultFont": "Tahoma,8,0,0",
  3516.             "DefPrecision": 0,
  3517.             "AutoCalc": 0,
  3518.             "Dependencies": "-188,-189,-213"
  3519.         },
  3520.         {
  3521.             "KeyWord": "GC3RoomsAdj",
  3522.             "FieldIndex": 201,
  3523.             "TypeOfField": 0,
  3524.             "CheckBox": 0,
  3525.             "Page": 1,
  3526.             "Justify": 1,
  3527.             "EditLeft": 557,
  3528.             "EditTop": 357,
  3529.             "EditWidth": 58,
  3530.             "EditHeight": 13,
  3531.             "NumberOfLines": 1,
  3532.             "DefaultFont": "Tahoma,8,0,0",
  3533.             "DefPrecision": 0,
  3534.             "AutoCalc": 0,
  3535.             "Dependencies": "-188,-189,-213"
  3536.         },
  3537.         {
  3538.             "KeyWord": "GC3GLASqFtAdj",
  3539.             "FieldIndex": 202,
  3540.             "TypeOfField": 0,
  3541.             "CheckBox": 0,
  3542.             "Page": 1,
  3543.             "Justify": 1,
  3544.             "EditLeft": 557,
  3545.             "EditTop": 372,
  3546.             "EditWidth": 58,
  3547.             "EditHeight": 13,
  3548.             "NumberOfLines": 1,
  3549.             "DefaultFont": "Tahoma,8,0,0",
  3550.             "DefPrecision": 0,
  3551.             "AutoCalc": 0,
  3552.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC3GLASqFtAdj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUGLASqFt SComp4to6.GC1GLASqFt SComp4to6.GC2GLASqFt SComp4to6.GC3GLASqFt */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC3GLASqFtAdj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUGLASqFt);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1GLASqFt) Then\r\n\t\t\tURAR0693.GC1GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC1GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2GLASqFt) Then\r\n\t\t\tURAR0693.GC2GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC2GLASqFt)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2GLASqFtAdj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3GLASqFt) Then\r\n\t\t\tURAR0693.GC3GLASqFtAdj = ToString(Round(((n1 - atof(URAR0693.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3GLASqFtAdj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1GLASqFt) Then\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC1GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1GLASqFtAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2GLASqFt) Then\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC2GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2GLASqFtAdj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3GLASqFt) Then\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = ToString(Round(((n1 - atof(SComp4to6.GC3GLASqFt)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3GLASqFtAdj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  3553.             "Dependencies": "188,189,91,152,213,66,67,127,128",
  3554.             "Updates": "80,141,202"
  3555.         },
  3556.         {
  3557.             "KeyWord": "GC3BsmRooms1Adj",
  3558.             "FieldIndex": 203,
  3559.             "TypeOfField": 0,
  3560.             "CheckBox": 0,
  3561.             "Page": 1,
  3562.             "Justify": 1,
  3563.             "EditLeft": 557,
  3564.             "EditTop": 388,
  3565.             "EditWidth": 58,
  3566.             "EditHeight": 13,
  3567.             "NumberOfLines": 1,
  3568.             "DefaultFont": "Tahoma,8,0,0",
  3569.             "DefPrecision": 0,
  3570.             "AutoCalc": 0,
  3571.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC3BsmRooms1Adj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GSUBsmRooms1 SComp4to6.GC1BsmRooms1 SComp4to6.GC1BsmRooms1 SComp4to6.GC2BsmRooms1 SComp4to6.GC3BsmRooms1 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC3BsmRooms1Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms1);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms1) Then\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms1) Then\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms1Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms1) Then\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms1Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms1) Then\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms1Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms1) Then\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC2BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms1Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms1) Then\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = ToString(Round(((n1 - atof(SComp4to6.GC3BsmRooms1)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms1Adj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  3572.             "Dependencies": "188,189,91,152,213,66,67,127,128",
  3573.             "Updates": "81,142,203"
  3574.         },
  3575.         {
  3576.             "KeyWord": "GC3BsmRooms2Adj",
  3577.             "FieldIndex": 204,
  3578.             "TypeOfField": 0,
  3579.             "CheckBox": 0,
  3580.             "Page": 1,
  3581.             "Justify": 1,
  3582.             "EditLeft": 557,
  3583.             "EditTop": 403,
  3584.             "EditWidth": 58,
  3585.             "EditHeight": 13,
  3586.             "NumberOfLines": 1,
  3587.             "DefaultFont": "Tahoma,8,0,0",
  3588.             "DefPrecision": 0,
  3589.             "AutoCalc": 0,
  3590.             "Formula": "routine main() returns nothing,\r\nrequires Changed(\"SComp4to6.GC3BsmRooms2Adj\"),\r\naffects \"SComp4to6.GC1NetAdjAmt\",\r\naffects \"SComp4to6.GC2NetAdjAmt\",\r\naffects \"SComp4to6.GC3NetAdjAmt\",\r\naffects \"SComp4to6.GC1AdjPrice1_Text,SComp4to6.GC1AdjPrice2_Text\",\r\naffects \"SComp4to6.GC2AdjPrice1_Text,SComp4to6.GC2AdjPrice2_Text\",\r\naffects \"SComp4to6.GC3AdjPrice1_Text,SComp4to6.GC3AdjPrice2_Text\" is\r\n/* no depends SComp4to6.GC1BsmRooms2 SComp4to6.GC2BsmRooms2 SComp4to6.GC3BsmRooms2 */\r\nbegin\r\n\tstring n0;\r\n\tfloat n1, n2;\r\n\tn0 = SComp4to6.GC3BsmRooms2Adj;\r\n\r\n\tif StrLeft(n0,1) == \"$\" then\r\n\t\tn1 = atof(URAR0693.GSUBsmRooms2);\r\n\t\tn2 = atof(StrRight(n0, StrLength(n0)-1));\r\n\r\n\t\tif !IsEmpty(URAR0693.GC1BsmRooms2) Then\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC1BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC2BsmRooms2) Then\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC2BsmRooms2)) * n2)/100)*100);\r\n\t\telse\r\n\t\t\tURAR0693.GC2BsmRooms2Adj = \"\";\r\n\r\n\t\tif !IsEmpty(URAR0693.GC3BsmRooms2) Then\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(URAR0693.GC3BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tURAR0693.GC3BsmRooms2Adj = \"\";\r\n\r\n\t\tIf !IsEmpty(SComp4to6.GC1BsmRooms2) Then\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC1BsmRooms2Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC2BsmRooms2) Then\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC2BsmRooms2Adj = \"\";\r\n\t\tEnd;\r\n\t\tIf !IsEmpty(SComp4to6.GC3BsmRooms2) Then\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = ToString(Round(((n1 - atof(SComp4to6.GC1BsmRooms2)) * n2)/100)*100);\r\n\t\tElse\r\n\t\t\tSComp4to6.GC3BsmRooms2Adj = \"\";\r\n\t\tEnd;\r\n\tEnd;\r\nend;\r\n",
  3591.             "Dependencies": "188,189,91,152,213,66,67,127,128",
  3592.             "Updates": "82,143,204"
  3593.         },
  3594.         {
  3595.             "KeyWord": "GC3FuncUtilAdj",
  3596.             "FieldIndex": 205,
  3597.             "TypeOfField": 0,
  3598.             "CheckBox": 0,
  3599.             "Page": 1,
  3600.             "Justify": 1,
  3601.             "EditLeft": 557,
  3602.             "EditTop": 418,
  3603.             "EditWidth": 58,
  3604.             "EditHeight": 13,
  3605.             "NumberOfLines": 1,
  3606.             "DefaultFont": "Tahoma,8,0,0",
  3607.             "DefPrecision": 0,
  3608.             "AutoCalc": 0,
  3609.             "Dependencies": "-188,-189,-213"
  3610.         },
  3611.         {
  3612.             "KeyWord": "GC3HeatCoolAdj",
  3613.             "FieldIndex": 206,
  3614.             "TypeOfField": 0,
  3615.             "CheckBox": 0,
  3616.             "Page": 1,
  3617.             "Justify": 1,
  3618.             "EditLeft": 557,
  3619.             "EditTop": 434,
  3620.             "EditWidth": 58,
  3621.             "EditHeight": 13,
  3622.             "NumberOfLines": 1,
  3623.             "DefaultFont": "Tahoma,8,0,0",
  3624.             "DefPrecision": 0,
  3625.             "AutoCalc": 0,
  3626.             "Dependencies": "-188,-189,-213"
  3627.         },
  3628.         {
  3629.             "KeyWord": "GC3EnergyEffAdj",
  3630.             "FieldIndex": 207,
  3631.             "TypeOfField": 0,
  3632.             "CheckBox": 0,
  3633.             "Page": 1,
  3634.             "Justify": 1,
  3635.             "EditLeft": 557,
  3636.             "EditTop": 449,
  3637.             "EditWidth": 58,
  3638.             "EditHeight": 13,
  3639.             "NumberOfLines": 1,
  3640.             "DefaultFont": "Tahoma,8,0,0",
  3641.             "DefPrecision": 0,
  3642.             "AutoCalc": 0,
  3643.             "Dependencies": "-188,-189,-213"
  3644.         },
  3645.         {
  3646.             "KeyWord": "GC3GarCptAdj",
  3647.             "FieldIndex": 208,
  3648.             "TypeOfField": 0,
  3649.             "CheckBox": 0,
  3650.             "Page": 1,
  3651.             "Justify": 1,
  3652.             "EditLeft": 557,
  3653.             "EditTop": 465,
  3654.             "EditWidth": 58,
  3655.             "EditHeight": 13,
  3656.             "NumberOfLines": 1,
  3657.             "DefaultFont": "Tahoma,8,0,0",
  3658.             "DefPrecision": 0,
  3659.             "AutoCalc": 0,
  3660.             "Dependencies": "-188,-189,-213"
  3661.         },
  3662.         {
  3663.             "KeyWord": "GC3PorchEtc1Adj",
  3664.             "FieldIndex": 209,
  3665.             "TypeOfField": 0,
  3666.             "CheckBox": 0,
  3667.             "Page": 1,
  3668.             "Justify": 1,
  3669.             "EditLeft": 557,
  3670.             "EditTop": 481,
  3671.             "EditWidth": 58,
  3672.             "EditHeight": 13,
  3673.             "NumberOfLines": 1,
  3674.             "DefaultFont": "Tahoma,8,0,0",
  3675.             "DefPrecision": 0,
  3676.             "AutoCalc": 0,
  3677.             "Dependencies": "-188,-189,-213"
  3678.         },
  3679.         {
  3680.             "KeyWord": "GC3PorchEtc2Adj",
  3681.             "FieldIndex": 210,
  3682.             "TypeOfField": 0,
  3683.             "CheckBox": 0,
  3684.             "Page": 1,
  3685.             "Justify": 1,
  3686.             "EditLeft": 557,
  3687.             "EditTop": 496,
  3688.             "EditWidth": 58,
  3689.             "EditHeight": 13,
  3690.             "NumberOfLines": 1,
  3691.             "DefaultFont": "Tahoma,8,0,0",
  3692.             "DefPrecision": 0,
  3693.             "AutoCalc": 0,
  3694.             "Dependencies": "-188,-189,-213"
  3695.         },
  3696.         {
  3697.             "KeyWord": "GC3FenceEtcAdj",
  3698.             "FieldIndex": 211,
  3699.             "TypeOfField": 0,
  3700.             "CheckBox": 0,
  3701.             "Page": 1,
  3702.             "Justify": 1,
  3703.             "EditLeft": 557,
  3704.             "EditTop": 511,
  3705.             "EditWidth": 58,
  3706.             "EditHeight": 13,
  3707.             "NumberOfLines": 1,
  3708.             "DefaultFont": "Tahoma,8,0,0",
  3709.             "DefPrecision": 0,
  3710.             "AutoCalc": 0,
  3711.             "Dependencies": "-188,-189,-213"
  3712.         },
  3713.         {
  3714.             "KeyWord": "GC3ExtraItemAdj",
  3715.             "FieldIndex": 212,
  3716.             "TypeOfField": 0,
  3717.             "CheckBox": 0,
  3718.             "Page": 1,
  3719.             "Justify": 1,
  3720.             "EditLeft": 557,
  3721.             "EditTop": 526,
  3722.             "EditWidth": 58,
  3723.             "EditHeight": 13,
  3724.             "NumberOfLines": 1,
  3725.             "DefaultFont": "Tahoma,8,0,0",
  3726.             "DefPrecision": 0,
  3727.             "AutoCalc": 0,
  3728.             "Dependencies": "-188,-189,-213"
  3729.         },
  3730.         {
  3731.             "KeyWord": "GC3NetAdjAmt",
  3732.             "FieldIndex": 213,
  3733.             "TypeOfField": 0,
  3734.             "CheckBox": 0,
  3735.             "Page": 1,
  3736.             "Justify": 1,
  3737.             "EditLeft": 551,
  3738.             "EditTop": 542,
  3739.             "EditWidth": 64,
  3740.             "EditHeight": 13,
  3741.             "NumberOfLines": 1,
  3742.             "DefaultFont": "Tahoma,8,0,0",
  3743.             "DefPrecision": 0,
  3744.             "AutoCalc": 0,
  3745.             "Formula": "routine main() returns nothing is\r\n/* no depends SComp4to6.GC3Plus_Box SComp4to6.GC3Minus_Box */\r\nbegin\r\n\tfloat adj, price;\r\n\tadj =\tatoi(SComp4to6.GC3SalesFin1Adj)  + atof(SComp4to6.GC3SalesFin2Adj) + \r\n\t\t\tatof(SComp4to6.GC3DateOfSaleAdj) + atof(SComp4to6.GC3LocationAdj) +\r\n\t\t\tatof(SComp4to6.GC3LeaseholdAdj)\t + atof(SComp4to6.GC3SiteAdj) +\r\n\t\t\tatof(SComp4to6.GC3ViewAdj)\t\t + atof(SComp4to6.GC3DesignAdj) +\r\n\t\t\tatof(SComp4to6.GC3QualConstrAdj) + atof(SComp4to6.GC3AgeAdj) +\r\n\t\t\tatof(SComp4to6.GC3ConditionAdj)\t + atof(SComp4to6.GC3RoomsAdj) +\r\n\t\t\tatof(SComp4to6.GC3GLASqFtAdj)\t + atof(SComp4to6.GC3BsmRooms1Adj) +\r\n\t\t\tatof(SComp4to6.GC3BsmRooms2Adj)\t + atof(SComp4to6.GC3FuncUtilAdj) +\r\n\t\t\tatof(SComp4to6.GC3HeatCoolAdj)\t + atof(SComp4to6.GC3EnergyEffAdj) +\r\n\t\t\tatof(SComp4to6.GC3GarCptAdj)\t + atof(SComp4to6.GC3PorchEtc1Adj) +\r\n\t\t\tatof(SComp4to6.GC3PorchEtc2Adj)\t + atof(SComp4to6.GC3FenceEtcAdj) +\r\n\t\t\tatof(SComp4to6.GC3ExtraItemAdj);\r\n\r\n\tprice = atof(SComp4to6.GC3SalePrice);\r\n\tSComp4to6.GC3NetAdjAmt = ToString(Round(adj));\r\n\tSComp4to6.GC3IndValue = ToString(Round(price+adj));\r\n\r\n\tif adj >= 0 Then\r\n\tbegin\r\n\t\tSComp4to6.GC3Plus_Box = \"X\";\r\n\t\tSComp4to6.GC3Minus_Box = \"\";\r\n\tend;\r\n\telse\r\n\tbegin\r\n\t\tSComp4to6.GC3Plus_Box = \"\";\r\n\t\tSComp4to6.GC3Minus_Box = \"X\";\r\n\tend;\r\nend;\r\n",
  3746.             "Updates": "213,214,186,187"
  3747.         },
  3748.         {
  3749.             "KeyWord": "GC3IndValue",
  3750.             "FieldIndex": 214,
  3751.             "TypeOfField": 0,
  3752.             "CheckBox": 0,
  3753.             "Page": 1,
  3754.             "Justify": 1,
  3755.             "EditLeft": 550,
  3756.             "EditTop": 573,
  3757.             "EditWidth": 65,
  3758.             "EditHeight": 13,
  3759.             "NumberOfLines": 1,
  3760.             "DefaultFont": "Tahoma,8,0,0",
  3761.             "DefPrecision": 0,
  3762.             "AutoCalc": 0
  3763.         },
  3764.         {
  3765.             "KeyWord": "SCMAnalysis_1_#01",
  3766.             "FieldIndex": 215,
  3767.             "TypeOfField": 0,
  3768.             "CheckBox": 0,
  3769.             "Page": 1,
  3770.             "Justify": 0,
  3771.             "EditLeft": 396,
  3772.             "EditTop": 591,
  3773.             "EditWidth": 218,
  3774.             "EditHeight": 13,
  3775.             "NumberOfLines": 27,
  3776.             "DefaultFont": "Tahoma,8,0,0",
  3777.             "DefPrecision": -1,
  3778.             "AutoCalc": 0
  3779.         },
  3780.         {
  3781.             "KeyWord": "SCMAnalysis_1_#15",
  3782.             "FieldIndex": 229,
  3783.             "TypeOfField": 0,
  3784.             "CheckBox": 0,
  3785.             "Page": 1,
  3786.             "Justify": 0,
  3787.             "EditLeft": 13,
  3788.             "EditTop": 801,
  3789.             "EditWidth": 601,
  3790.             "EditHeight": 13,
  3791.             "NumberOfLines": 27,
  3792.             "DefaultFont": "Tahoma,8,0,0",
  3793.             "DefPrecision": -1,
  3794.             "AutoCalc": 0
  3795.         },
  3796.         {
  3797.             "KeyWord": "SCMAnalysis_3_#01",
  3798.             "FieldIndex": 254,
  3799.             "TypeOfField": 0,
  3800.             "CheckBox": 0,
  3801.             "Page": 1,
  3802.             "Justify": 0,
  3803.             "EditLeft": 13,
  3804.             "EditTop": 1072,
  3805.             "EditWidth": 602,
  3806.             "EditHeight": 13,
  3807.             "NumberOfLines": 11,
  3808.             "DefaultFont": "Tahoma,8,0,0",
  3809.             "DefPrecision": -1,
  3810.             "AutoCalc": 0
  3811.         },
  3812.         {
  3813.             "KeyWord": "SCMAnalysis_3_#02",
  3814.             "FieldIndex": 255,
  3815.             "TypeOfField": 0,
  3816.             "CheckBox": 0,
  3817.             "Page": 1,
  3818.             "Justify": 0,
  3819.             "EditLeft": 13,
  3820.             "EditTop": 1087,
  3821.             "EditWidth": 602,
  3822.             "EditHeight": 13,
  3823.             "NumberOfLines": 11,
  3824.             "DefaultFont": "Tahoma,8,0,0",
  3825.             "DefPrecision": -1,
  3826.             "AutoCalc": 0
  3827.         },
  3828.         {
  3829.             "KeyWord": "SCMAnalysis_3_#03",
  3830.             "FieldIndex": 256,
  3831.             "TypeOfField": 0,
  3832.             "CheckBox": 0,
  3833.             "Page": 1,
  3834.             "Justify": 0,
  3835.             "EditLeft": 13,
  3836.             "EditTop": 1102,
  3837.             "EditWidth": 602,
  3838.             "EditHeight": 13,
  3839.             "NumberOfLines": 11,
  3840.             "DefaultFont": "Tahoma,8,0,0",
  3841.             "DefPrecision": -1,
  3842.             "AutoCalc": 0
  3843.         },
  3844.         {
  3845.             "KeyWord": "SCMAnalysis_3_#04",
  3846.             "FieldIndex": 257,
  3847.             "TypeOfField": 0,
  3848.             "CheckBox": 0,
  3849.             "Page": 1,
  3850.             "Justify": 0,
  3851.             "EditLeft": 13,
  3852.             "EditTop": 1117,
  3853.             "EditWidth": 602,
  3854.             "EditHeight": 13,
  3855.             "NumberOfLines": 11,
  3856.             "DefaultFont": "Tahoma,8,0,0",
  3857.             "DefPrecision": -1,
  3858.             "AutoCalc": 0
  3859.         },
  3860.         {
  3861.             "KeyWord": "SCMAnalysis_3_#05",
  3862.             "FieldIndex": 258,
  3863.             "TypeOfField": 0,
  3864.             "CheckBox": 0,
  3865.             "Page": 1,
  3866.             "Justify": 0,
  3867.             "EditLeft": 13,
  3868.             "EditTop": 1132,
  3869.             "EditWidth": 602,
  3870.             "EditHeight": 13,
  3871.             "NumberOfLines": 11,
  3872.             "DefaultFont": "Tahoma,8,0,0",
  3873.             "DefPrecision": -1,
  3874.             "AutoCalc": 0
  3875.         },
  3876.         {
  3877.             "KeyWord": "SCMAnalysis_3_#06",
  3878.             "FieldIndex": 259,
  3879.             "TypeOfField": 0,
  3880.             "CheckBox": 0,
  3881.             "Page": 1,
  3882.             "Justify": 0,
  3883.             "EditLeft": 13,
  3884.             "EditTop": 1147,
  3885.             "EditWidth": 602,
  3886.             "EditHeight": 13,
  3887.             "NumberOfLines": 11,
  3888.             "DefaultFont": "Tahoma,8,0,0",
  3889.             "DefPrecision": -1,
  3890.             "AutoCalc": 0
  3891.         },
  3892.         {
  3893.             "KeyWord": "SCMAnalysis_3_#07",
  3894.             "FieldIndex": 260,
  3895.             "TypeOfField": 0,
  3896.             "CheckBox": 0,
  3897.             "Page": 1,
  3898.             "Justify": 0,
  3899.             "EditLeft": 14,
  3900.             "EditTop": 1162,
  3901.             "EditWidth": 602,
  3902.             "EditHeight": 13,
  3903.             "NumberOfLines": 11,
  3904.             "DefaultFont": "Tahoma,8,0,0",
  3905.             "DefPrecision": -1,
  3906.             "AutoCalc": 0
  3907.         },
  3908.         {
  3909.             "KeyWord": "SCMAnalysis_3_#08",
  3910.             "FieldIndex": 261,
  3911.             "TypeOfField": 0,
  3912.             "CheckBox": 0,
  3913.             "Page": 1,
  3914.             "Justify": 0,
  3915.             "EditLeft": 13,
  3916.             "EditTop": 1177,
  3917.             "EditWidth": 602,
  3918.             "EditHeight": 13,
  3919.             "NumberOfLines": 11,
  3920.             "DefaultFont": "Tahoma,8,0,0",
  3921.             "DefPrecision": -1,
  3922.             "AutoCalc": 0
  3923.         },
  3924.         {
  3925.             "KeyWord": "SCMAnalysis_3_#09",
  3926.             "FieldIndex": 262,
  3927.             "TypeOfField": 0,
  3928.             "CheckBox": 0,
  3929.             "Page": 1,
  3930.             "Justify": 0,
  3931.             "EditLeft": 13,
  3932.             "EditTop": 1192,
  3933.             "EditWidth": 602,
  3934.             "EditHeight": 13,
  3935.             "NumberOfLines": 11,
  3936.             "DefaultFont": "Tahoma,8,0,0",
  3937.             "DefPrecision": -1,
  3938.             "AutoCalc": 0
  3939.         },
  3940.         {
  3941.             "KeyWord": "SCMAnalysis_3_#10",
  3942.             "FieldIndex": 263,
  3943.             "TypeOfField": 0,
  3944.             "CheckBox": 0,
  3945.             "Page": 1,
  3946.             "Justify": 0,
  3947.             "EditLeft": 13,
  3948.             "EditTop": 1207,
  3949.             "EditWidth": 602,
  3950.             "EditHeight": 13,
  3951.             "NumberOfLines": 11,
  3952.             "DefaultFont": "Tahoma,8,0,0",
  3953.             "DefPrecision": -1,
  3954.             "AutoCalc": 0
  3955.         },
  3956.         {
  3957.             "KeyWord": "SCMAnalysis_3_#11",
  3958.             "FieldIndex": 264,
  3959.             "TypeOfField": 0,
  3960.             "CheckBox": 0,
  3961.             "Page": 1,
  3962.             "Justify": 0,
  3963.             "EditLeft": 13,
  3964.             "EditTop": 1222,
  3965.             "EditWidth": 602,
  3966.             "EditHeight": 13,
  3967.             "NumberOfLines": 11,
  3968.             "DefaultFont": "Tahoma,8,0,0",
  3969.             "DefPrecision": -1,
  3970.             "AutoCalc": 0
  3971.         },
  3972.         {
  3973.             "KeyWord": "SCMAnalysis_1_#02",
  3974.             "FieldIndex": 216,
  3975.             "TypeOfField": 0,
  3976.             "CheckBox": 0,
  3977.             "Page": 1,
  3978.             "Justify": 0,
  3979.             "EditLeft": 13,
  3980.             "EditTop": 606,
  3981.             "EditWidth": 601,
  3982.             "EditHeight": 13,
  3983.             "NumberOfLines": 27,
  3984.             "DefaultFont": "Tahoma,8,0,0",
  3985.             "DefPrecision": -1,
  3986.             "AutoCalc": 0
  3987.         },
  3988.         {
  3989.             "KeyWord": "SCMAnalysis_1_#03",
  3990.             "FieldIndex": 217,
  3991.             "TypeOfField": 0,
  3992.             "CheckBox": 0,
  3993.             "Page": 1,
  3994.             "Justify": 0,
  3995.             "EditLeft": 13,
  3996.             "EditTop": 621,
  3997.             "EditWidth": 601,
  3998.             "EditHeight": 13,
  3999.             "NumberOfLines": 27,
  4000.             "DefaultFont": "Tahoma,8,0,0",
  4001.             "DefPrecision": -1,
  4002.             "AutoCalc": 0
  4003.         },
  4004.         {
  4005.             "KeyWord": "SCMAnalysis_1_#04",
  4006.             "FieldIndex": 218,
  4007.             "TypeOfField": 0,
  4008.             "CheckBox": 0,
  4009.             "Page": 1,
  4010.             "Justify": 0,
  4011.             "EditLeft": 13,
  4012.             "EditTop": 636,
  4013.             "EditWidth": 601,
  4014.             "EditHeight": 13,
  4015.             "NumberOfLines": 27,
  4016.             "DefaultFont": "Tahoma,8,0,0",
  4017.             "DefPrecision": -1,
  4018.             "AutoCalc": 0
  4019.         },
  4020.         {
  4021.             "KeyWord": "SCMAnalysis_1_#05",
  4022.             "FieldIndex": 219,
  4023.             "TypeOfField": 0,
  4024.             "CheckBox": 0,
  4025.             "Page": 1,
  4026.             "Justify": 0,
  4027.             "EditLeft": 13,
  4028.             "EditTop": 651,
  4029.             "EditWidth": 601,
  4030.             "EditHeight": 13,
  4031.             "NumberOfLines": 27,
  4032.             "DefaultFont": "Tahoma,8,0,0",
  4033.             "DefPrecision": -1,
  4034.             "AutoCalc": 0
  4035.         },
  4036.         {
  4037.             "KeyWord": "SCMAnalysis_1_#06",
  4038.             "FieldIndex": 220,
  4039.             "TypeOfField": 0,
  4040.             "CheckBox": 0,
  4041.             "Page": 1,
  4042.             "Justify": 0,
  4043.             "EditLeft": 13,
  4044.             "EditTop": 666,
  4045.             "EditWidth": 601,
  4046.             "EditHeight": 13,
  4047.             "NumberOfLines": 27,
  4048.             "DefaultFont": "Tahoma,8,0,0",
  4049.             "DefPrecision": -1,
  4050.             "AutoCalc": 0
  4051.         },
  4052.         {
  4053.             "KeyWord": "SCMAnalysis_1_#07",
  4054.             "FieldIndex": 221,
  4055.             "TypeOfField": 0,
  4056.             "CheckBox": 0,
  4057.             "Page": 1,
  4058.             "Justify": 0,
  4059.             "EditLeft": 13,
  4060.             "EditTop": 681,
  4061.             "EditWidth": 601,
  4062.             "EditHeight": 13,
  4063.             "NumberOfLines": 27,
  4064.             "DefaultFont": "Tahoma,8,0,0",
  4065.             "DefPrecision": -1,
  4066.             "AutoCalc": 0
  4067.         },
  4068.         {
  4069.             "KeyWord": "SCMAnalysis_1_#08",
  4070.             "FieldIndex": 222,
  4071.             "TypeOfField": 0,
  4072.             "CheckBox": 0,
  4073.             "Page": 1,
  4074.             "Justify": 0,
  4075.             "EditLeft": 13,
  4076.             "EditTop": 696,
  4077.             "EditWidth": 601,
  4078.             "EditHeight": 13,
  4079.             "NumberOfLines": 27,
  4080.             "DefaultFont": "Tahoma,8,0,0",
  4081.             "DefPrecision": -1,
  4082.             "AutoCalc": 0
  4083.         },
  4084.         {
  4085.             "KeyWord": "SCMAnalysis_1_#09",
  4086.             "FieldIndex": 223,
  4087.             "TypeOfField": 0,
  4088.             "CheckBox": 0,
  4089.             "Page": 1,
  4090.             "Justify": 0,
  4091.             "EditLeft": 13,
  4092.             "EditTop": 711,
  4093.             "EditWidth": 601,
  4094.             "EditHeight": 13,
  4095.             "NumberOfLines": 27,
  4096.             "DefaultFont": "Tahoma,8,0,0",
  4097.             "DefPrecision": -1,
  4098.             "AutoCalc": 0
  4099.         },
  4100.         {
  4101.             "KeyWord": "SCMAnalysis_1_#10",
  4102.             "FieldIndex": 224,
  4103.             "TypeOfField": 0,
  4104.             "CheckBox": 0,
  4105.             "Page": 1,
  4106.             "Justify": 0,
  4107.             "EditLeft": 13,
  4108.             "EditTop": 726,
  4109.             "EditWidth": 601,
  4110.             "EditHeight": 13,
  4111.             "NumberOfLines": 27,
  4112.             "DefaultFont": "Tahoma,8,0,0",
  4113.             "DefPrecision": -1,
  4114.             "AutoCalc": 0
  4115.         },
  4116.         {
  4117.             "KeyWord": "SCMAnalysis_1_#11",
  4118.             "FieldIndex": 225,
  4119.             "TypeOfField": 0,
  4120.             "CheckBox": 0,
  4121.             "Page": 1,
  4122.             "Justify": 0,
  4123.             "EditLeft": 13,
  4124.             "EditTop": 741,
  4125.             "EditWidth": 601,
  4126.             "EditHeight": 13,
  4127.             "NumberOfLines": 27,
  4128.             "DefaultFont": "Tahoma,8,0,0",
  4129.             "DefPrecision": -1,
  4130.             "AutoCalc": 0
  4131.         },
  4132.         {
  4133.             "KeyWord": "SCMAnalysis_1_#12",
  4134.             "FieldIndex": 226,
  4135.             "TypeOfField": 0,
  4136.             "CheckBox": 0,
  4137.             "Page": 1,
  4138.             "Justify": 0,
  4139.             "EditLeft": 13,
  4140.             "EditTop": 756,
  4141.             "EditWidth": 601,
  4142.             "EditHeight": 13,
  4143.             "NumberOfLines": 27,
  4144.             "DefaultFont": "Tahoma,8,0,0",
  4145.             "DefPrecision": -1,
  4146.             "AutoCalc": 0
  4147.         },
  4148.         {
  4149.             "KeyWord": "SCMAnalysis_1_#13",
  4150.             "FieldIndex": 227,
  4151.             "TypeOfField": 0,
  4152.             "CheckBox": 0,
  4153.             "Page": 1,
  4154.             "Justify": 0,
  4155.             "EditLeft": 13,
  4156.             "EditTop": 771,
  4157.             "EditWidth": 601,
  4158.             "EditHeight": 13,
  4159.             "NumberOfLines": 27,
  4160.             "DefaultFont": "Tahoma,8,0,0",
  4161.             "DefPrecision": -1,
  4162.             "AutoCalc": 0
  4163.         },
  4164.         {
  4165.             "KeyWord": "SCMAnalysis_1_#14",
  4166.             "FieldIndex": 228,
  4167.             "TypeOfField": 0,
  4168.             "CheckBox": 0,
  4169.             "Page": 1,
  4170.             "Justify": 0,
  4171.             "EditLeft": 13,
  4172.             "EditTop": 786,
  4173.             "EditWidth": 601,
  4174.             "EditHeight": 13,
  4175.             "NumberOfLines": 27,
  4176.             "DefaultFont": "Tahoma,8,0,0",
  4177.             "DefPrecision": -1,
  4178.             "AutoCalc": 0
  4179.         },
  4180.         {
  4181.             "KeyWord": "SCMAnalysis_1_#16",
  4182.             "FieldIndex": 230,
  4183.             "TypeOfField": 0,
  4184.             "CheckBox": 0,
  4185.             "Page": 1,
  4186.             "Justify": 0,
  4187.             "EditLeft": 13,
  4188.             "EditTop": 816,
  4189.             "EditWidth": 601,
  4190.             "EditHeight": 13,
  4191.             "NumberOfLines": 27,
  4192.             "DefaultFont": "Tahoma,8,0,0",
  4193.             "DefPrecision": -1,
  4194.             "AutoCalc": 0
  4195.         },
  4196.         {
  4197.             "KeyWord": "SCMAnalysis_1_#17",
  4198.             "FieldIndex": 231,
  4199.             "TypeOfField": 0,
  4200.             "CheckBox": 0,
  4201.             "Page": 1,
  4202.             "Justify": 0,
  4203.             "EditLeft": 13,
  4204.             "EditTop": 831,
  4205.             "EditWidth": 601,
  4206.             "EditHeight": 13,
  4207.             "NumberOfLines": 27,
  4208.             "DefaultFont": "Tahoma,8,0,0",
  4209.             "DefPrecision": -1,
  4210.             "AutoCalc": 0
  4211.         },
  4212.         {
  4213.             "KeyWord": "SCMAnalysis_1_#18",
  4214.             "FieldIndex": 232,
  4215.             "TypeOfField": 0,
  4216.             "CheckBox": 0,
  4217.             "Page": 1,
  4218.             "Justify": 0,
  4219.             "EditLeft": 13,
  4220.             "EditTop": 846,
  4221.             "EditWidth": 601,
  4222.             "EditHeight": 13,
  4223.             "NumberOfLines": 27,
  4224.             "DefaultFont": "Tahoma,8,0,0",
  4225.             "DefPrecision": -1,
  4226.             "AutoCalc": 0
  4227.         },
  4228.         {
  4229.             "KeyWord": "SCMAnalysis_1_#19",
  4230.             "FieldIndex": 233,
  4231.             "TypeOfField": 0,
  4232.             "CheckBox": 0,
  4233.             "Page": 1,
  4234.             "Justify": 0,
  4235.             "EditLeft": 13,
  4236.             "EditTop": 861,
  4237.             "EditWidth": 601,
  4238.             "EditHeight": 13,
  4239.             "NumberOfLines": 27,
  4240.             "DefaultFont": "Tahoma,8,0,0",
  4241.             "DefPrecision": -1,
  4242.             "AutoCalc": 0
  4243.         },
  4244.         {
  4245.             "KeyWord": "SCMAnalysis_1_#20",
  4246.             "FieldIndex": 234,
  4247.             "TypeOfField": 0,
  4248.             "CheckBox": 0,
  4249.             "Page": 1,
  4250.             "Justify": 0,
  4251.             "EditLeft": 13,
  4252.             "EditTop": 876,
  4253.             "EditWidth": 601,
  4254.             "EditHeight": 13,
  4255.             "NumberOfLines": 27,
  4256.             "DefaultFont": "Tahoma,8,0,0",
  4257.             "DefPrecision": -1,
  4258.             "AutoCalc": 0
  4259.         },
  4260.         {
  4261.             "KeyWord": "SCMAnalysis_1_#21",
  4262.             "FieldIndex": 235,
  4263.             "TypeOfField": 0,
  4264.             "CheckBox": 0,
  4265.             "Page": 1,
  4266.             "Justify": 0,
  4267.             "EditLeft": 13,
  4268.             "EditTop": 891,
  4269.             "EditWidth": 601,
  4270.             "EditHeight": 13,
  4271.             "NumberOfLines": 27,
  4272.             "DefaultFont": "Tahoma,8,0,0",
  4273.             "DefPrecision": -1,
  4274.             "AutoCalc": 0
  4275.         },
  4276.         {
  4277.             "KeyWord": "SCMAnalysis_1_#22",
  4278.             "FieldIndex": 236,
  4279.             "TypeOfField": 0,
  4280.             "CheckBox": 0,
  4281.             "Page": 1,
  4282.             "Justify": 0,
  4283.             "EditLeft": 13,
  4284.             "EditTop": 906,
  4285.             "EditWidth": 601,
  4286.             "EditHeight": 13,
  4287.             "NumberOfLines": 27,
  4288.             "DefaultFont": "Tahoma,8,0,0",
  4289.             "DefPrecision": -1,
  4290.             "AutoCalc": 0
  4291.         },
  4292.         {
  4293.             "KeyWord": "SCMAnalysis_1_#23",
  4294.             "FieldIndex": 237,
  4295.             "TypeOfField": 0,
  4296.             "CheckBox": 0,
  4297.             "Page": 1,
  4298.             "Justify": 0,
  4299.             "EditLeft": 13,
  4300.             "EditTop": 921,
  4301.             "EditWidth": 601,
  4302.             "EditHeight": 13,
  4303.             "NumberOfLines": 27,
  4304.             "DefaultFont": "Tahoma,8,0,0",
  4305.             "DefPrecision": -1,
  4306.             "AutoCalc": 0
  4307.         },
  4308.         {
  4309.             "KeyWord": "SCMAnalysis_1_#24",
  4310.             "FieldIndex": 238,
  4311.             "TypeOfField": 0,
  4312.             "CheckBox": 0,
  4313.             "Page": 1,
  4314.             "Justify": 0,
  4315.             "EditLeft": 13,
  4316.             "EditTop": 936,
  4317.             "EditWidth": 601,
  4318.             "EditHeight": 13,
  4319.             "NumberOfLines": 27,
  4320.             "DefaultFont": "Tahoma,8,0,0",
  4321.             "DefPrecision": -1,
  4322.             "AutoCalc": 0
  4323.         },
  4324.         {
  4325.             "KeyWord": "SCMAnalysis_1_#25",
  4326.             "FieldIndex": 239,
  4327.             "TypeOfField": 0,
  4328.             "CheckBox": 0,
  4329.             "Page": 1,
  4330.             "Justify": 0,
  4331.             "EditLeft": 13,
  4332.             "EditTop": 951,
  4333.             "EditWidth": 601,
  4334.             "EditHeight": 13,
  4335.             "NumberOfLines": 27,
  4336.             "DefaultFont": "Tahoma,8,0,0",
  4337.             "DefPrecision": -1,
  4338.             "AutoCalc": 0
  4339.         },
  4340.         {
  4341.             "KeyWord": "SCMAnalysis_1_#26",
  4342.             "FieldIndex": 240,
  4343.             "TypeOfField": 0,
  4344.             "CheckBox": 0,
  4345.             "Page": 1,
  4346.             "Justify": 0,
  4347.             "EditLeft": 13,
  4348.             "EditTop": 966,
  4349.             "EditWidth": 601,
  4350.             "EditHeight": 13,
  4351.             "NumberOfLines": 27,
  4352.             "DefaultFont": "Tahoma,8,0,0",
  4353.             "DefPrecision": -1,
  4354.             "AutoCalc": 0
  4355.         },
  4356.         {
  4357.             "KeyWord": "SCMAnalysis_1_#27",
  4358.             "FieldIndex": 241,
  4359.             "TypeOfField": 0,
  4360.             "CheckBox": 0,
  4361.             "Page": 1,
  4362.             "Justify": 0,
  4363.             "EditLeft": 13,
  4364.             "EditTop": 981,
  4365.             "EditWidth": 601,
  4366.             "EditHeight": 13,
  4367.             "NumberOfLines": 27,
  4368.             "DefaultFont": "Tahoma,8,0,0",
  4369.             "DefPrecision": -1,
  4370.             "AutoCalc": 0
  4371.         },
  4372.         {
  4373.             "KeyWord": "ClientCaseNumber",
  4374.             "FieldIndex": 1,
  4375.             "TypeOfField": 0,
  4376.             "CheckBox": 0,
  4377.             "Page": 1,
  4378.             "Justify": 1,
  4379.             "EditLeft": 483,
  4380.             "EditTop": 1,
  4381.             "EditWidth": 133,
  4382.             "EditHeight": 13,
  4383.             "NumberOfLines": 1,
  4384.             "DefaultFont": "Tahoma,8,0,0",
  4385.             "DefPrecision": -1,
  4386.             "AutoCalc": 0,
  4387.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.ClientCaseNumber\");\r\nend;\r\n"
  4388.         },
  4389.         {
  4390.             "KeyWord": "FileNumber",
  4391.             "FieldIndex": 2,
  4392.             "TypeOfField": 0,
  4393.             "CheckBox": 0,
  4394.             "Page": 1,
  4395.             "Justify": 1,
  4396.             "EditLeft": 538,
  4397.             "EditTop": 19,
  4398.             "EditWidth": 78,
  4399.             "EditHeight": 13,
  4400.             "NumberOfLines": 1,
  4401.             "DefaultFont": "Tahoma,8,0,0",
  4402.             "DefPrecision": -1,
  4403.             "AutoCalc": 0,
  4404.             "Formula": "routine main() returns nothing is\r\nbegin\r\n\tCopyField(\"SComp4to6.FileNumber\");\r\nend;\r\n"
  4405.         }
  4406.     ]
  4407. }